We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdcafb commit 2b24d5aCopy full SHA for 2b24d5a
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
command: sdkmanager "build-tools;32.0.0"
38
- android/start-emulator-and-run-tests:
39
run-tests-working-directory: example/platforms/android
40
- system-image: system-images;android-32;google_apis;x86
+ system-image: system-images;android-30;google_apis;x86
41
additional-avd-args: -d "Nexus 5"
42
post-emulator-launch-assemble-command: cd example && cordova build android
43
test-command: ./gradlew app:connectedAndroidTest
0 commit comments