We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d09ed commit a5dcfedCopy full SHA for a5dcfed
1 file changed
.github/workflows/android.yml
@@ -23,7 +23,9 @@ jobs:
23
with:
24
dependency-graph: generate-and-submit
25
- name: Make gradlew executable
26
- run: chmod +x ./gradlew
+ run:
27
+ gradle wrapper
28
+ chmod +x ./gradlew
29
30
- name: Build APK
31
run: ./gradlew assembleDebug
0 commit comments