Skip to content

Commit 3ef947e

Browse files
authored
Update android.yml
1 parent 16ba832 commit 3ef947e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
cache: gradle
3232
- name: Grant execute permission for gradlew
3333
run: chmod +x gradlew
34-
- name: Build with Gradle
35-
run: ./gradlew build
3634
# APK Debug
3735
- name: Build debug APK
3836
run: ./gradlew assemble${{ env.variant }}Debug
@@ -58,8 +56,6 @@ jobs:
5856
cache: gradle
5957
- name: Grant execute permission for gradlew
6058
run: chmod +x gradlew
61-
- name: Build with Gradle
62-
run: ./gradlew build
6359
# APK Release
6460
- name: Build release APK
6561
run: ./gradlew assemble${{ env.variant }}

0 commit comments

Comments
 (0)