diff options
| -rw-r--r-- | package.json | 11 | ||||
| -rw-r--r-- | plugins/fetch.json | 16 |
2 files changed, 16 insertions, 11 deletions
diff --git a/package.json b/package.json index c266533d..79d864b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "cordovaPlugins": [ "org.apache.cordova.device", "org.apache.cordova.console", - "com.ionic.keyboard", "org.apache.cordova.statusbar", "cordova-plugin-whitelist", "cordova-plugin-inappbrowser", @@ -72,7 +71,8 @@ { "locator": "https://github.com/pliablepixels/cordova-plugin-media.git", "id": "org.apache.cordova.media" - } + }, + "ionic-plugin-keyboard" ], "cordovaPlatforms": [ "ios", @@ -86,6 +86,11 @@ "version": "", "locator": "android_temp" }, - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + } ] } diff --git a/plugins/fetch.json b/plugins/fetch.json index 0195ecba..dbb7e650 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -11,14 +11,6 @@ "id": "org.apache.cordova.console" } }, - "com.ionic.keyboard": { - "source": { - "type": "registry", - "id": "com.ionic.keyboard" - }, - "is_top_level": true, - "variables": {} - }, "org.apache.cordova.statusbar": { "source": { "type": "registry", @@ -206,5 +198,13 @@ }, "is_top_level": true, "variables": {} + }, + "ionic-plugin-keyboard": { + "source": { + "type": "registry", + "id": "ionic-plugin-keyboard" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
