Skip to content

Commit 2b24d5a

Browse files
committed
fix: try android 30
1 parent 0cdcafb commit 2b24d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
command: sdkmanager "build-tools;32.0.0"
3838
- android/start-emulator-and-run-tests:
3939
run-tests-working-directory: example/platforms/android
40-
system-image: system-images;android-32;google_apis;x86
40+
system-image: system-images;android-30;google_apis;x86
4141
additional-avd-args: -d "Nexus 5"
4242
post-emulator-launch-assemble-command: cd example && cordova build android
4343
test-command: ./gradlew app:connectedAndroidTest

0 commit comments

Comments
 (0)