MOBILE-2777 core: Lock platform and plugin versions
parent
476aead1e2
commit
b549fc7efc
63
config.xml
63
config.xml
|
@ -94,46 +94,39 @@
|
|||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
|
||||
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
||||
</platform>
|
||||
<plugin name="cordova-plugin-file" spec="^6.0.1" />
|
||||
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
|
||||
<plugin name="cordova-plugin-camera" spec="^4.0.3">
|
||||
<variable name="CAMERA_USAGE_DESCRIPTION" value="We need camera access to take pictures so you can attach them as part of your submissions." />
|
||||
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="We need photo library access to get pictures from there so you can attach them as part of your submissions." />
|
||||
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="1.1.1" />
|
||||
<plugin name="cordova-android-support-gradle-release" spec="2.0.1">
|
||||
<variable name="ANDROID_SUPPORT_VERSION" value="27.1.0" />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-media-capture" spec="^3.0.2">
|
||||
<variable name="CAMERA_USAGE_DESCRIPTION" value="We need camera access to take pictures so you can attach them as part of your submissions." />
|
||||
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="We need photo library access to get pictures from there so you can attach them as part of your submissions." />
|
||||
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="We need microphone access to record sounds so you can attach them as part of your submissions." />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-device" spec="^2.0.2" />
|
||||
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
|
||||
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
|
||||
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
|
||||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
|
||||
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
|
||||
<plugin name="cordova-clipboard" spec="^1.2.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">
|
||||
<variable name="SENDER_ID" value="694767596569" />
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
|
||||
<plugin name="cordova-clipboard" spec="1.2.1" />
|
||||
<plugin name="cordova-plugin-badge" spec="0.8.8" />
|
||||
<plugin name="cordova-plugin-camera" spec="4.0.3" />
|
||||
<plugin name="cordova-plugin-customurlscheme" spec="4.3.0">
|
||||
<variable name="URL_SCHEME" value="moodlemobile" />
|
||||
</plugin>
|
||||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
|
||||
<plugin name="cordova-plugin-zip" spec="^3.1.0" />
|
||||
<plugin name="cordova-plugin-local-notifications-mm" spec="^1.0.13" />
|
||||
<plugin name="cordova-plugin-file-opener2" spec="^2.0.19" />
|
||||
<plugin name="cordova-plugin-badge" spec="^0.8.7" />
|
||||
<plugin name="cordova-android-support-gradle-release" spec="^1.4.4">
|
||||
<variable name="ANDROID_SUPPORT_VERSION" value="27.1.0" />
|
||||
<plugin name="cordova-plugin-device" spec="2.0.2" />
|
||||
<plugin name="cordova-plugin-file" spec="6.0.1" />
|
||||
<plugin name="cordova-plugin-file-opener2" spec="2.0.19" />
|
||||
<plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
|
||||
<plugin name="cordova-plugin-globalization" spec="1.11.0" />
|
||||
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
|
||||
<plugin name="ionic-plugin-keyboard" spec="2.2.1" />
|
||||
<plugin name="cordova-plugin-local-notifications-mm" spec="1.0.13" />
|
||||
<plugin name="cordova-plugin-media-capture" spec="3.0.2" />
|
||||
<plugin name="cordova-plugin-network-information" spec="2.0.1" />
|
||||
<plugin name="cordova-plugin-screen-orientation" spec="3.0.1" />
|
||||
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
|
||||
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
|
||||
<plugin name="cordova-plugin-zip" spec="3.1.0" />
|
||||
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="0.9.9" />
|
||||
<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">
|
||||
<variable name="SENDER_ID" value="694767596569" />
|
||||
</plugin>
|
||||
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='MainActivity']">
|
||||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|screenLayout|smallestScreenSize" android:debuggable="true" />
|
||||
</edit-config>
|
||||
<plugin name="cordova-plugin-screen-orientation" spec="^3.0.1" />
|
||||
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="^1.1.1" />
|
||||
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="^0.9.9" />
|
||||
<engine name="android" spec="7.0.0" />
|
||||
<engine name="ios" spec="4.5.4" />
|
||||
<engine name="android" spec="7.1.2" />
|
||||
<engine name="ios" spec="4.5.5" />
|
||||
</widget>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
63
package.json
63
package.json
|
@ -78,17 +78,39 @@
|
|||
"@types/node": "^8.0.47",
|
||||
"@types/promise.prototype.finally": "^2.0.2",
|
||||
"chart.js": "^2.7.2",
|
||||
"com-darryncampbell-cordova-plugin-intent": "^1.1.1",
|
||||
"cordova-android": "7.0.0",
|
||||
"cordova-ios": "4.5.4",
|
||||
"cordova-plugin-screen-orientation": "^3.0.1",
|
||||
"cordova-sqlite-evcore-extbuild-free": "^0.9.9",
|
||||
"com-darryncampbell-cordova-plugin-intent": "1.1.1",
|
||||
"cordova-android": "7.1.2",
|
||||
"cordova-android-support-gradle-release": "2.0.1",
|
||||
"cordova-clipboard": "1.2.1",
|
||||
"cordova-ios": "4.5.5",
|
||||
"cordova-plugin-app-event": "1.2.1",
|
||||
"cordova-plugin-badge": "0.8.8",
|
||||
"cordova-plugin-camera": "4.0.3",
|
||||
"cordova-plugin-customurlscheme": "4.3.0",
|
||||
"cordova-plugin-device": "2.0.2",
|
||||
"cordova-plugin-file": "6.0.1",
|
||||
"cordova-plugin-file-opener2": "2.0.19",
|
||||
"cordova-plugin-file-transfer": "1.7.1",
|
||||
"cordova-plugin-globalization": "1.11.0",
|
||||
"cordova-plugin-inappbrowser": "3.0.0",
|
||||
"cordova-plugin-local-notifications-mm": "1.0.13",
|
||||
"cordova-plugin-media-capture": "3.0.2",
|
||||
"cordova-plugin-network-information": "2.0.1",
|
||||
"cordova-plugin-screen-orientation": "3.0.1",
|
||||
"cordova-plugin-splashscreen": "5.0.2",
|
||||
"cordova-plugin-statusbar": "2.4.2",
|
||||
"cordova-plugin-whitelist": "1.3.3",
|
||||
"cordova-plugin-zip": "3.1.0",
|
||||
"cordova-sqlite-evcore-extbuild-free": "0.9.9",
|
||||
"es6-promise-plugin": "^4.2.2",
|
||||
"font-awesome": "4.7.0",
|
||||
"ionic-angular": "^3.9.2",
|
||||
"ionic-plugin-keyboard": "2.2.1",
|
||||
"ionicons": "3.0.0",
|
||||
"jszip": "^3.1.4",
|
||||
"moment": "^2.19.1",
|
||||
"nl.kingsquare.cordova.background-audio": "1.0.1",
|
||||
"phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle",
|
||||
"promise.prototype.finally": "^3.0.1",
|
||||
"rxjs": "5.5.11",
|
||||
"sw-toolbox": "3.6.0",
|
||||
|
@ -120,9 +142,36 @@
|
|||
"ios"
|
||||
],
|
||||
"plugins": {
|
||||
"cordova-plugin-screen-orientation": {},
|
||||
"com-darryncampbell-cordova-plugin-intent": {},
|
||||
"cordova-sqlite-evcore-extbuild-free": {}
|
||||
"cordova-android-support-gradle-release": {
|
||||
"ANDROID_SUPPORT_VERSION": "27.1.0"
|
||||
},
|
||||
"cordova-clipboard": {},
|
||||
"cordova-plugin-badge": {},
|
||||
"cordova-plugin-camera": {},
|
||||
"cordova-plugin-customurlscheme": {
|
||||
"URL_SCHEME": "moodlemobile"
|
||||
},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-file": {},
|
||||
"cordova-plugin-file-opener2": {},
|
||||
"cordova-plugin-file-transfer": {},
|
||||
"cordova-plugin-globalization": {},
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-plugin-local-notifications-mm": {},
|
||||
"cordova-plugin-media-capture": {},
|
||||
"cordova-plugin-network-information": {},
|
||||
"cordova-plugin-screen-orientation": {},
|
||||
"cordova-plugin-splashscreen": {},
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-plugin-whitelist": {},
|
||||
"cordova-plugin-zip": {},
|
||||
"cordova-sqlite-evcore-extbuild-free": {},
|
||||
"ionic-plugin-keyboard": {},
|
||||
"nl.kingsquare.cordova.background-audio": {},
|
||||
"phonegap-plugin-push": {
|
||||
"SENDER_ID": "694767596569"
|
||||
}
|
||||
}
|
||||
},
|
||||
"main": "desktop/electron.js",
|
||||
|
|
Loading…
Reference in New Issue