Skip to content

Commit 23d049b

Browse files
committed
Update gradle/gradle-build-action action to v2.4.2
1 parent cabaf2b commit 23d049b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ jobs:
4545
run: npx react-native info
4646

4747
- name: Build application Debug APK with Gradle
48-
uses: gradle/gradle-build-action@v2.4.1
48+
uses: gradle/gradle-build-action@v2.4.2
4949
with:
5050
arguments: assembleDebug
5151
build-root-directory: android
5252

5353
# Avoid release poisoned cache problems
5454
# Preserve hosted agent free disk space
5555
- name: Delete Android build pre-computed outputs
56-
uses: gradle/gradle-build-action@v2.4.1
56+
uses: gradle/gradle-build-action@v2.4.2
5757
with:
5858
arguments: clean
5959
build-root-directory: android
6060

6161
- name: Build application Release APK with Gradle
62-
uses: gradle/gradle-build-action@v2.4.1
62+
uses: gradle/gradle-build-action@v2.4.2
6363
with:
6464
arguments: assembleRelease
6565
build-root-directory: android

0 commit comments

Comments
Β (0)