From 7cfea196e63a7892227884133f3d207f76f071fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=8A=E7=94=9F=E5=90=9B?= <134821571+YiShengJunn@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:51:22 +0800 Subject: [PATCH] Update android.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 益生君 <134821571+YiShengJunn@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7b66bf8..fbaf631 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Android SDK uses: android-actions/setup-android@v2 with: - android-version: '34' # 指定 SDK 版本 + android-version: '30' # 指定 SDK 版本 - name: Build with Gradle run: ./gradlew assembleDebug