diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 01:03:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 01:03:47 +0200 |
| commit | dd95ee4beebd769ec947cd128a4ddce884b190de (patch) | |
| tree | 9bbe9b872261cb0dced1f7796461e7951ce6dac0 /StoneIsland/config.xml | |
| parent | 881ad16da91e0b999f0f354b10bc84b9fcfb5e42 (diff) | |
building all seems to work
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index e97f1183..4a5e3c49 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -62,8 +62,6 @@ <feature name="StatusBar"> <param name="ios-package" onload="true" value="CDVStatusBar" /> </feature> - <engine name="android" spec="^6.2.3" /> - <engine name="ios" spec="^4.5.2" /> <plugin name="cordova-plugin-whitelist" spec="1" /> <plugin name="cordova-plugin-statusbar" spec="^2.2.3" /> <plugin name="cordova-plugin-app-name" spec="^1.0.4"> @@ -84,4 +82,6 @@ <variable name="SENDER_ID" value="85075801930" /> </plugin> <plugin name="cordova-plugin-sim" spec="^1.3.3" /> + <engine name="android" spec="^6.2.3" /> + <engine name="ios" spec="^4.5.2" /> </widget> |
