From 2999835839ccbd72429bbbefaa4be9c924d59596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:34:15 +0000 Subject: [PATCH] Bump android-actions/setup-android from 3 to 4 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](https://github.com/android-actions/setup-android/compare/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] --- .github/workflows/android-universal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-universal.yml b/.github/workflows/android-universal.yml index 5937e5fb..3c2457bd 100644 --- a/.github/workflows/android-universal.yml +++ b/.github/workflows/android-universal.yml @@ -38,7 +38,7 @@ jobs: V2rayNG/gradle/wrapper/gradle-wrapper.properties - name: Set up Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Install Android SDK and NDK shell: bash