summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res/xml
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-20 01:33:37 +0100
committerJules Laplace <jules@okfoc.us>2016-01-20 01:33:37 +0100
commit39780c6c2d5474e2af12661935f986265c0feb0d (patch)
tree12998b2bd8a34a9ff83467ac76f755b072179d21 /StoneIsland/platforms/android/res/xml
parentfcdef34b27e8f8e674361cbae17e627b9135d9c7 (diff)
parent75aacfbbf0aaea5f09809428bdebe6842d36f082 (diff)
home screen degrees in N S E W..
Diffstat (limited to 'StoneIsland/platforms/android/res/xml')
-rwxr-xr-xStoneIsland/platforms/android/res/xml/config.xml8
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" />