diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-10 11:00:26 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-10 11:00:26 -0400 |
| commit | 1f245634c28cb1bf5ebc4c43212ab431ea8a7044 (patch) | |
| tree | a54a0ec4ee96ae329b76b75042a4c691b955d668 /config.xml | |
| parent | 39ca1774171f12d9b663d00d9b08caf797956bea (diff) | |
added dev deps for compilation
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="cordova-plugin-add-swift-support" spec="^1.7.2" /> <plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> @@ -136,8 +138,6 @@ <plugin name="cordova-plugin-file" spec="^6.0.1" /> <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> <plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> - <engine name="ios" spec="^4.5.4" /> - <engine name="android" spec="^6.3.0" /> <plugin name="cordova-plugin-canvas2image-pp-fork" spec="^0.6.0"> <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> |
