From 5588eff407d7c02a19f7b53137f558e1cacac41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:16:43 +0000 Subject: [PATCH] ci: bump android-actions/setup-android from 3 to 4 Bumps [android-actions/setup-android](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/android-ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index fbb3759..8da3a7d 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -31,7 +31,7 @@ jobs: java-version: '17' - name: Set up the Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: packages: 'platform-tools platforms;android-37.0 build-tools;37.0.0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 864b5a4..443b9c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: java-version: '17' - name: Set up the Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: packages: 'platform-tools platforms;android-37.0 build-tools;37.0.0'