Skip to content

Commit a5dcfed

Browse files
authored
Update android.yml
1 parent c2d09ed commit a5dcfed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
with:
2424
dependency-graph: generate-and-submit
2525
- name: Make gradlew executable
26-
run: chmod +x ./gradlew
26+
run:
27+
gradle wrapper
28+
chmod +x ./gradlew
2729

2830
- name: Build APK
2931
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)