MOBILE-3093 cordova: Fix build with Cordova 9
parent
7e6a46b028
commit
d7a5a65e4f
|
@ -146,7 +146,7 @@
|
||||||
<plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
|
<plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
|
||||||
<plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
|
<plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
|
||||||
<plugin name="cordova-plugin-zip" spec="^3.1.0" />
|
<plugin name="cordova-plugin-zip" spec="^3.1.0" />
|
||||||
<plugin name="cordova-sqlite-storage" spec="^2.6.0" />
|
<plugin name="cordova-sqlite-storage" spec="^3.4.0" />
|
||||||
<plugin name="nl.kingsquare.cordova.background-audio" spec="^1.0.1" />
|
<plugin name="nl.kingsquare.cordova.background-audio" spec="^1.0.1" />
|
||||||
<plugin name="phonegap-plugin-push" spec="https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3">
|
<plugin name="phonegap-plugin-push" spec="https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3">
|
||||||
<variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" />
|
<variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" />
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -82,7 +82,7 @@
|
||||||
"ajv": "^6.10.2",
|
"ajv": "^6.10.2",
|
||||||
"chart.js": "^2.7.2",
|
"chart.js": "^2.7.2",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "^1.1.7",
|
"com-darryncampbell-cordova-plugin-intent": "^1.1.7",
|
||||||
"cordova": "8.1.2",
|
"cordova": "9.0.0",
|
||||||
"cordova-android": "8.0.0",
|
"cordova-android": "8.0.0",
|
||||||
"cordova-android-support-gradle-release": "^3.0.1",
|
"cordova-android-support-gradle-release": "^3.0.1",
|
||||||
"cordova-clipboard": "^1.3.0",
|
"cordova-clipboard": "^1.3.0",
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
"cordova-plugin-statusbar": "^2.4.3",
|
"cordova-plugin-statusbar": "^2.4.3",
|
||||||
"cordova-plugin-whitelist": "^1.3.4",
|
"cordova-plugin-whitelist": "^1.3.4",
|
||||||
"cordova-plugin-zip": "^3.1.0",
|
"cordova-plugin-zip": "^3.1.0",
|
||||||
"cordova-sqlite-storage": "^2.6.0",
|
"cordova-sqlite-storage": "^3.4.0",
|
||||||
"cordova-support-google-services": "^1.2.1",
|
"cordova-support-google-services": "^1.2.1",
|
||||||
"es6-promise-plugin": "^4.2.2",
|
"es6-promise-plugin": "^4.2.2",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
|
|
Loading…
Reference in New Issue