File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ concurrency:
20
20
21
21
env :
22
22
ANDROID_SDK_VERSION : " 28"
23
+ ANDROID_SDK_VERSION_FLUTTER : " 29"
23
24
ANDROID_EMU_NAME : test
24
25
ANDROID_EMU_TARGET : default
25
26
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
@@ -115,7 +116,7 @@ jobs:
115
116
uses : reactivecircus/android-emulator-runner@v2
116
117
with :
117
118
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 }}
119
120
avd-name : ${{ env.ANDROID_EMU_NAME }}
120
121
disable-spellchecker : true
121
122
disable-animations : true
You can’t perform that action at this time.
0 commit comments