From 7db72b9ac923ed430dcf096f569b2f431082007f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:02:23 +0000 Subject: [PATCH] Bump android-actions/setup-android from 4.0.0 to 4.0.1 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 543d695b..715dd325 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@v4.0.0 + uses: android-actions/setup-android@v4.0.1 - name: Build release APK run: | ./gradlew assembleRelease