Skip to content
Snippets Groups Projects
Commit 8ba14730 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Upgrade of Android API and Cordova

Android Level 29 => Level 30
Cordova v 10 => 11
parent cf571164
No related branches found
No related tags found
No related merge requests found
...@@ -39,11 +39,10 @@ ...@@ -39,11 +39,10 @@
"babel-preset-stage-2": "^6.22.0", "babel-preset-stage-2": "^6.22.0",
"chalk": "^2.0.1", "chalk": "^2.0.1",
"copy-webpack-plugin": "^4.0.1", "copy-webpack-plugin": "^4.0.1",
"cordova-android": "^9.0.0", "cordova-android": "^10.1.2",
"cordova-browser": "^6.0.0", "cordova-browser": "^6.0.0",
"cordova-plugin-camera": "^5.0.1", "cordova-plugin-camera": "^6.0.0",
"cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-whitelist": "^1.3.4",
"css-loader": "^0.28.0", "css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^3.0.0", "extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4", "file-loader": "^1.1.4",
...@@ -83,9 +82,8 @@ ...@@ -83,9 +82,8 @@
], ],
"plugins": { "plugins": {
"cordova-plugin-geolocation": {}, "cordova-plugin-geolocation": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-camera": { "cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+" "ANDROIDX_CORE_VERSION": "1.6.+"
} }
} }
}, },
...@@ -93,4 +91,4 @@ ...@@ -93,4 +91,4 @@
"node": ">= 6.0.0", "node": ">= 6.0.0",
"npm": ">= 3.0.0" "npm": ">= 3.0.0"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment