Skip to content

Commit 1ce1997

Browse files
use android sdk 29 for flutter
1 parent 61ea064 commit 1ce1997

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
env:
2222
ANDROID_SDK_VERSION: "28"
23+
ANDROID_SDK_VERSION_FLUTTER: "29"
2324
ANDROID_EMU_NAME: test
2425
ANDROID_EMU_TARGET: default
2526
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
@@ -115,7 +116,7 @@ jobs:
115116
uses: reactivecircus/android-emulator-runner@v2
116117
with:
117118
script: ./gradlew e2eFlutterTest -Pplatform="android" -Pselenium.version=$latest_snapshot -PisCI -PflutterApp=${{ env.FLUTTER_ANDROID_APP }}
118-
api-level: ${{ env.ANDROID_SDK_VERSION }}
119+
api-level: ${{ env.ANDROID_SDK_VERSION_FLUTTER }}
119120
avd-name: ${{ env.ANDROID_EMU_NAME }}
120121
disable-spellchecker: true
121122
disable-animations: true

0 commit comments

Comments
 (0)