Skip to content

Commit 0ed396d

Browse files
committed
update android.yml
1 parent 1c5e90a commit 0ed396d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25+
- name: Clean Gradle
26+
run: ./gradlew clean
2527
- name: Build with Gradle
2628
run: ./gradlew build

0 commit comments

Comments
 (0)