diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-05 16:08:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-05 16:08:45 -0400 |
| commit | 50b3a86c67a55cd3c481c509476173a32482336f (patch) | |
| tree | fc0c75c0eabb399937173640ff44da2ed7e2a205 /config.xml | |
| parent | 607d8e85c38be3a9d01cc44ee8f6b6d15b7ac263 (diff) | |
nits
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,6 +104,8 @@ </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" /> @@ -147,6 +149,4 @@ <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> |
