summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
commit531c60ee7ecbee516812d560b63a8317c3cf3590 (patch)
treef2d85569a113a6f9056de3fdd5d4272c0b3406a6 /StoneIsland/platforms/android/assets/www
parent4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (diff)
hide statusbar
Diffstat (limited to 'StoneIsland/platforms/android/assets/www')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/cordova_plugins.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/cordova_plugins.js b/StoneIsland/platforms/android/assets/www/cordova_plugins.js
index 8aaece20..1b6d56ac 100755
--- a/StoneIsland/platforms/android/assets/www/cordova_plugins.js
+++ b/StoneIsland/platforms/android/assets/www/cordova_plugins.js
@@ -131,7 +131,8 @@ module.exports.metadata =
"ionic-plugin-keyboard": "2.2.1",
"cordova-plugin-statusbar": "2.2.3",
"cordova-plugin-app-name": "1.0.4",
- "phonegap-plugin-push": "2.0.0"
+ "phonegap-plugin-push": "2.0.0",
+ "cordova-plugin-wkwebview-engine": "1.1.3"
};
// BOTTOM OF METADATA
}); \ No newline at end of file