Skip to content

Commit 4a9f846

Browse files
committed
Update gradle/gradle-build-action action to v2.2.2
1 parent 338dfbd commit 4a9f846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ž.github/workflows/gradle.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ jobs:
6767
./bin/cmake --version
6868
6969
- name: Build application Debug APK with Gradle
70-
uses: gradle/gradle-build-action@v2.2.1
70+
uses: gradle/gradle-build-action@v2.2.2
7171
with:
7272
arguments: assembleDebug
7373
build-root-directory: android
7474

7575
# Avoid release poisoned cache problems
7676
# Preserve hosted agent free disk space
7777
- name: Delete Android build pre-computed outputs
78-
uses: gradle/gradle-build-action@v2.2.1
78+
uses: gradle/gradle-build-action@v2.2.2
7979
with:
8080
arguments: clean
8181
build-root-directory: android
8282

8383
- name: Build application Release APK with Gradle
84-
uses: gradle/gradle-build-action@v2.2.1
84+
uses: gradle/gradle-build-action@v2.2.2
8585
with:
8686
arguments: assembleRelease
8787
build-root-directory: android

0 commit comments

Comments
Β (0)