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 f5f0bdc commit 56e7235Copy full SHA for 56e7235
.github/workflows/android.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
- run: ./gradlew build
+ run: ./gradlew clean build
0 commit comments