From b0e46a783bd440328e1ad5daaa9206cb2a020a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:37:57 +0000 Subject: [PATCH] Bump android-actions/setup-android in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [android-actions/setup-android](https://github.com/android-actions/setup-android). Updates `android-actions/setup-android` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a54051..0164b04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: java-version: 20 - name: Setup Android SDK - uses: android-actions/setup-android@v3.2.1 + uses: android-actions/setup-android@v3.2.2 - name: Decode Keystore env: ENCODED_STRING: ${{ secrets.KEYSTORE_BASE_64 }}