Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 益生君 <[email protected]>
  • Loading branch information
YiShengJunn authored Aug 25, 2024
1 parent 963b52c commit 7cfea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfea19

Please sign in to comment.