ios发布的环境变更
Showing
This diff is collapsed.
| ... | ... | @@ -34,7 +34,7 @@ |
| "cordova-plugin-badge": "0.8.8", | ||
| "cordova-plugin-device": "2.0.2", | ||
| "cordova-plugin-ionic-keyboard": "^2.0.5", | ||
| "cordova-plugin-ionic-webview": "^3.0.0", | ||
| "cordova-plugin-ionic-webview": "^4.1.0", | ||
| "cordova-plugin-local-notification": "0.9.0-beta.2", | ||
| "cordova-plugin-screen-orientation": "^3.0.1", | ||
| "cordova-plugin-splashscreen": "5.0.2", | ||
| ... | ... | @@ -80,11 +80,13 @@ |
| "cordova-plugin-statusbar": {}, | ||
| "cordova-plugin-device": {}, | ||
| "cordova-plugin-splashscreen": {}, | ||
| "cordova-plugin-ionic-webview": {}, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-plugin-appminimize": {}, | ||
| "cordova-plugin-screen-orientation": {}, | ||
| "cordova-plugin-local-notification": {} | ||
| "cordova-plugin-local-notification": {}, | ||
| "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| } | ||
| }, | ||
| "platforms": [ | ||
| "android", | ||
| ... | ... |