summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res/xml/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-31 14:53:08 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-31 14:53:08 +0200
commit28b7ef196eaca6b9e455846cf6233bbabd9e4513 (patch)
treeeaf3fa41bed3a4988997587c865e2a6e1ceb45dd /StoneIsland/platforms/android/res/xml/config.xml
parent189eccc46edd09e78c9683580ccf078c28d5b34e (diff)
deploy android
Diffstat (limited to 'StoneIsland/platforms/android/res/xml/config.xml')
-rw-r--r--StoneIsland/platforms/android/res/xml/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index e2539921..16487014 100644
--- 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 android-versionCode="6101" id="us.okfoc.stoneisland" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6108" id="us.okfoc.stoneisland" version="1.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
</feature>
@@ -76,5 +76,5 @@
<preference name="AutoHideSplashScreen" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="AndroidLaunchMode" value="singleTop" />
- <preference name="android-minSdkVersion" value="21" />
+ <preference name="android-minSdkVersion" value="26" />
</widget>