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 1c5e90a commit 0ed396dCopy full SHA for 0ed396d
.github/workflows/android.yml
@@ -22,5 +22,7 @@ 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 build
0 commit comments