Skip to content

Commit 0cdcafb

Browse files
committed
fix: upgrade cordova android version
1 parent e5d5f9a commit 0cdcafb

File tree

3 files changed

+741
-4
lines changed

3 files changed

+741
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
working_directory: example
3333
command: cordova plugins add --link ../ tests
3434
- run:
35-
name: Install Build Tools v30.0.3
35+
name: Install Build Tools v32.0.0
3636
working_directory: example
37-
command: sdkmanager "build-tools;30.0.3"
37+
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-30;google_apis;x86
40+
system-image: system-images;android-32;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

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Apache Cordova Team",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"cordova-android": "^10.1.1",
16+
"cordova-android": "^11.0.0",
1717
"cordova-ios": "^6.2.0",
1818
"instabug-cordova": "file:..",
1919
"tests-example": "file:tests"

0 commit comments

Comments
 (0)