From 5e82dcb9a74ab0fd5510bf21311cd1b7cb61f54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:40:28 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f80f77..a2d49eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: distribution: temurin java-version: "17" - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - name: Install Android SDK run: sdkmanager "platforms;android-36" "build-tools;36.0.0" - uses: gradle/actions/setup-gradle@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6f8ea5..643fb84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: distribution: temurin java-version: "17" - - uses: android-actions/setup-android@v3 + - uses: android-actions/setup-android@v4 - run: sdkmanager "platforms;android-36" "build-tools;36.0.0" - uses: gradle/actions/setup-gradle@v4 - name: Verify release