Update android.yml with Gradle Run conditions

This commit is contained in:
2023-09-26 18:10:59 +01:00
committed by GitHub
parent 79ab21420c
commit 0abb0c67df

View File

@@ -23,8 +23,5 @@ jobs:
- uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.1.1
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build