We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b512e32 commit 973fb6fCopy full SHA for 973fb6f
.github/workflows/android.yml
@@ -22,7 +22,5 @@ jobs:
22
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- - name: Clean Gradle
26
- run: ./gradlew clean
27
- - name: Build with Gradle
28
- run: ./gradlew clean build --scan
+ - name: Clean and Build with Gradle
+ run: ./gradlew clean build
0 commit comments