From 6f3be5d65a0640ea3f3d3a66e9f18f0c1c56eb42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:19:23 +0100 Subject: [PATCH] Bump android-actions/setup-android from 3.0.0 to 3.1.0 (#53) Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9ae7f1..393efed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Setup Android SDK Tools - uses: android-actions/setup-android@v3.0.0 + uses: android-actions/setup-android@v3.1.0 - name: Build release APK run: | ./gradlew assembleRelease