Skip to content

Commit

Permalink
Bump android-actions/setup-android from 3.0.0 to 3.1.0 (#53)
Browse files Browse the repository at this point in the history
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](android-actions/setup-android@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: android-actions/setup-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2023
1 parent bef23ef commit 6f3be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v3.0.0
uses: android-actions/setup-android@v3.1.0
- name: Build release APK
run: |
./gradlew assembleRelease
Expand Down

0 comments on commit 6f3be5d

Please sign in to comment.