From f0f6d66a572d749d9d73a1c17db8121048c3070e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:18:41 +0000 Subject: [PATCH] Bump android-actions/setup-android from 2.0.10 to 3.0.0 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2.0.10 to 3.0.0. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v2.0.10...v3.0.0) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 b692d17..f9ae7f1 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@v2.0.10 + uses: android-actions/setup-android@v3.0.0 - name: Build release APK run: | ./gradlew assembleRelease