Update android.yml with required Gradle version 8.1.1

This commit is contained in:
2023-09-26 17:49:12 +01:00
committed by GitHub
parent c7528e7b4a
commit 943bb4dd39

View File

@@ -23,4 +23,5 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ../gradlew wrapper --gradle-version=8.1.1
./gradlew build