From c5fa7a42d875a68a821f6228ad7f2a11e9241bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:02:58 +0000 Subject: [PATCH] chore: bump android-actions/setup-android from 3 to 4 in the ci group Bumps the ci group with 1 update: [android-actions/setup-android](https://github.com/android-actions/setup-android). Updates `android-actions/setup-android` from 3 to 4 - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3...v4) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9a2011..2b351b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - run: sdkmanager "platforms;android-30" - run: sdkmanager "build-tools;33.0.2" - run: cp platforms/android/classes.dex platforms/android/classes.dex.orig