Skip to content

Commit e0812f4

Browse files
committed
Revert "Update gradle.yml"
This reverts commit a812eee.
1 parent a812eee commit e0812f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
arguments: clean
7171
build-root-directory: android
7272

73-
# - name: Build application Debug APK with Gradle
74-
# uses: gradle/[email protected]
75-
# with:
76-
# arguments: assembleDebug
77-
# build-root-directory: android
73+
- name: Build application Debug APK with Gradle
74+
uses: gradle/[email protected]
75+
with:
76+
arguments: assembleDebug
77+
build-root-directory: android
7878

7979
- name: Build application Release APK with Gradle
8080
uses: gradle/[email protected]

0 commit comments

Comments
 (0)