From 298dddbd0079e73fdbac4dd4caeaabafa9bda30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:22:07 +0000 Subject: [PATCH] Bump hannesa2/action-android from 0.1.16.7 to 0.1.16.9 Bumps [hannesa2/action-android](https://github.com/hannesa2/action-android) from 0.1.16.7 to 0.1.16.9. - [Release notes](https://github.com/hannesa2/action-android/releases) - [Commits](https://github.com/hannesa2/action-android/compare/0.1.16.7...0.1.16.9) --- updated-dependencies: - dependency-name: hannesa2/action-android dependency-version: 0.1.16.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Android-CI-Espresso.yml | 4 ++-- .github/workflows/Android-CI-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Android-CI-Espresso.yml b/.github/workflows/Android-CI-Espresso.yml index 2b869bcb..08e26ada 100644 --- a/.github/workflows/Android-CI-Espresso.yml +++ b/.github/workflows/Android-CI-Espresso.yml @@ -51,13 +51,13 @@ jobs: # brew install exiftool imagemagick - uses: gradle/actions/wrapper-validation@v6 - name: Install Android SDK - uses: hannesa2/action-android/install-sdk@0.1.16.7 + uses: hannesa2/action-android/install-sdk@0.1.16.9 - name: Decrypt keystore run: ./signing/decrypt.sh env: CRYPT_PASS: ${{ secrets.CRYPT_PASS }} - name: Run instrumentation tests - uses: hannesa2/action-android/emulator-run-cmd@0.1.16.7 + uses: hannesa2/action-android/emulator-run-cmd@0.1.16.9 with: cmd: ./gradlew cAT --continue api: ${{ matrix.api }} diff --git a/.github/workflows/Android-CI-release.yml b/.github/workflows/Android-CI-release.yml index 34d87128..b57dcad4 100644 --- a/.github/workflows/Android-CI-release.yml +++ b/.github/workflows/Android-CI-release.yml @@ -38,7 +38,7 @@ jobs: distribution: 'adopt' java-version: 17 - name: Install Android SDK - uses: hannesa2/action-android/install-sdk@0.1.16.7 + uses: hannesa2/action-android/install-sdk@0.1.16.9 - name: Build project run: ./gradlew assembleRelease env: