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-M1@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 af0117a commit c1f9b36
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 @@ -37,7 +37,7 @@ jobs:
echo "PRE_RELEASE=$prerelease" >> $GITHUB_ENV
echo "prerelease=$prerelease"
- 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 @@ -23,13 +23,13 @@ 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 tests
run: ./gradlew test
env:
VERSION: ${{ github.ref }}
- name: Run instrumentation tests
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
env:
VERSION: ${{ github.ref }}
with:
Expand Down Expand Up @@ -72,7 +72,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: Code checks
run: ./gradlew check
- name: Archive Lint report
Expand Down

0 comments on commit c1f9b36

Please sign in to comment.