diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-20 01:33:37 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-20 01:33:37 +0100 |
| commit | 39780c6c2d5474e2af12661935f986265c0feb0d (patch) | |
| tree | 12998b2bd8a34a9ff83467ac76f755b072179d21 /StoneIsland/platforms/android/res/xml | |
| parent | fcdef34b27e8f8e674361cbae17e627b9135d9c7 (diff) | |
| parent | 75aacfbbf0aaea5f09809428bdebe6842d36f082 (diff) | |
home screen degrees in N S E W..
Diffstat (limited to 'StoneIsland/platforms/android/res/xml')
| -rwxr-xr-x | StoneIsland/platforms/android/res/xml/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml index cdcf29d8..7bcd705b 100755 --- a/StoneIsland/platforms/android/res/xml/config.xml +++ b/StoneIsland/platforms/android/res/xml/config.xml @@ -1,10 +1,13 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.4.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <preference name="loglevel" value="DEBUG" /> <feature name="Keyboard"> <param name="android-package" value="com.ionic.keyboard.IonicKeyboard" /> <param name="onload" value="true" /> </feature> + <feature name="ParsePlugin"> + <param name="android-package" value="org.apache.cordova.core.ParsePlugin" /> + </feature> <feature name="LaunchMyApp"> <param name="android-package" value="nl.xservices.plugins.LaunchMyApp" /> </feature> @@ -34,9 +37,6 @@ <feature name="PushNotification"> <param name="android-package" value="com.adobe.phonegap.push.PushPlugin" /> </feature> - <feature name="ParsePlugin"> - <param name="android-package" value="org.apache.cordova.core.ParsePlugin" /> - </feature> <allow-intent href="market:*" /> <preference name="AndroidLaunchMode" value="singleTop" /> <preference name="android-minSdkVersion" value="21" /> |
