Skip to content

Commit 0b2e0c2

Browse files
Update gradle/gradle-build-action action to v2.4.0 (#1512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 308cbd3 commit 0b2e0c2

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.3.3
48+
uses: gradle/gradle-build-action@v2.4.0
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.3.3
56+
uses: gradle/gradle-build-action@v2.4.0
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.3.3
62+
uses: gradle/gradle-build-action@v2.4.0
6363
with:
6464
arguments: assembleRelease
6565
build-root-directory: android

0 commit comments

Comments
Β (0)