Skip to content

Commit 586f395

Browse files
Bump android-actions/setup-android from 3 to 4 (#643)
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3 to 4. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](android-actions/setup-android@v3...v4) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b7c4e7 commit 586f395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'temurin'
1919
java-version: '17'
2020
- name: Setup Android SDK
21-
uses: android-actions/setup-android@v3
21+
uses: android-actions/setup-android@v4
2222
- name: Install android platform, build-tools and ndk
2323
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-35" "build-tools;35.0.0" "ndk;27.2.12479018"
2424
- name: Setup NDK path

0 commit comments

Comments
 (0)