diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-21 22:02:02 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-21 22:02:02 -0800 |
| commit | 257bb9b05c261e79643515a789319d39251de961 (patch) | |
| tree | 4d1a40700d083524c51cc6fa4b38fc7bf19c1bf8 /StoneIsland/platforms/android/res | |
| parent | caadf9bd2b05ca43cd51b0f880761c1330ef3e19 (diff) | |
| parent | 0cd5ed392809b343c2f8d85df81f59021129723a (diff) | |
Merge branch 'android' of github.com:okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/android/res')
| -rwxr-xr-x | StoneIsland/platforms/android/res/xml/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml index 0f3242dc..cdcf29d8 100755 --- a/StoneIsland/platforms/android/res/xml/config.xml +++ b/StoneIsland/platforms/android/res/xml/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.3.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<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"> <preference name="loglevel" value="DEBUG" /> <feature name="Keyboard"> <param name="android-package" value="com.ionic.keyboard.IonicKeyboard" /> @@ -38,6 +38,8 @@ <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" /> <name>Stone Island</name> <description> Stone Island |
