summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-06-02 12:08:11 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-06-02 12:08:11 -0400
commitd567235e90ff9d1835fa501e7714ac4482f63c9c (patch)
tree13b5d91df76757be5b2eaeee6bac3f630ebf1139
parent4a2e14f50edc0afafc70ef7457ad598eba73db09 (diff)
nits
-rw-r--r--config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index 4f4efb86..f43db52f 100644
--- a/config.xml
+++ b/config.xml
@@ -104,8 +104,6 @@
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
<preference name="SplashShowOnlyFirstTime" value="false" />
- <engine name="ios" spec="^4.5.4" />
- <engine name="android" spec="^6.3.0" />
<plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
@@ -149,4 +147,6 @@
<plugin name="cordova-library-helper" spec="git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git" />
<plugin name="cordova.plugins.diagnostic" spec="^3.7.1" />
<plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" />
+ <engine name="ios" spec="^4.5.4" />
+ <engine name="android" spec="^6.3.0" />
</widget>