Skip to content

Commit

Permalink
Bump hannesa2/action-android from 0.1.16.7 to 0.1.16.9
Browse files Browse the repository at this point in the history
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](hannesa2/action-android-arm64@0.1.16.7...0.1.16.9)

---
updated-dependencies:
- dependency-name: hannesa2/action-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 8bea117 commit f22b3f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
abbrev: false
commit-ish: HEAD
- name: Install Android SDK
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
- name: Build project
run: ./gradlew assembleRelease
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
java-version: ${{ matrix.java_version }}
- uses: gradle/actions/wrapper-validation@v3
- name: Install Android SDK
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
- name: Run instrumentation tests
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
with:
cmd: ./gradlew cAT --continue
api: ${{ matrix.api }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
distribution: "adopt"
java-version: ${{ matrix.java_version }}
- name: Install Android SDK
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
- name: Run tests
run: ./gradlew test
- name: Test jitpack publish command
Expand Down

0 comments on commit f22b3f5

Please sign in to comment.