Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell committed Feb 12, 2019
1 parent 89f55e5 commit b33fd2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
<allow-navigation href="http://192.168.0.2:8100" />
<plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="^1.0.0" />
<engine name="android" spec="~7.0.0" />
<engine name="android" spec="7.0.0" />
</widget>
5 changes: 2 additions & 3 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "ZebraIonicDemo",
"app_id": "",
"type": "ionic-angular",
"integrations": {
"cordova": {}
}
},
"type": "ionic-angular"
}
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@ionic-native/splash-screen": "4.4.0",
"@ionic-native/status-bar": "4.4.0",
"@ionic/storage": "2.1.3",
"com-darryncampbell-cordova-plugin-intent": "^1.0.0",
"com-darryncampbell-cordova-plugin-intent": "^1.1.4",
"cordova-android": "7.0.0",
"cordova-plugin-device": "^2.0.1",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^3.1.2",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"ionic-angular": "3.9.2",
Expand All @@ -47,7 +47,9 @@
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-device": {},
"com-darryncampbell-cordova-plugin-intent": {}
Expand Down

0 comments on commit b33fd2f

Please sign in to comment.