Update android.yml with required Gradle version 8.1.1
This commit is contained in:
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@@ -23,4 +23,5 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ../gradlew wrapper --gradle-version=8.1.1
|
||||||
|
./gradlew build
|
||||||
|
|||||||
Reference in New Issue
Block a user