summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res/xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
committerJules Laplace <julescarbon@gmail.com>2019-10-14 15:56:59 +0200
commit9285c7303d8bca4e8b443b002fcbf5cf32c6bafe (patch)
tree7a96131925f2aa2aa928ce0be7086d3bb2ff7349 /StoneIsland/platforms/android/res/xml
parentd7b03a1e7fe2ee3d72b8e353f88750fe4dfa3ca7 (diff)
bump
Diffstat (limited to 'StoneIsland/platforms/android/res/xml')
-rw-r--r--StoneIsland/platforms/android/res/xml/config.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index 940d11f9..1b471bd4 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="6121" id="us.okfoc.stoneisland" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="6123" id="us.okfoc.stoneisland" version="1.2.3" 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>
@@ -43,11 +43,15 @@
<feature name="Sim">
<param name="android-package" value="com.pbakondy.Sim" />
</feature>
+ <access origin="https://ssl.gstatic.com/accessibility/javascript/android/*" />
+ <feature name="MobileAccessibility">
+ <param name="android-package" value="com.phonegap.plugin.mobileaccessibility.MobileAccessibility" />
+ </feature>
<name>Stone Island</name>
<description>
Stone Island
</description>
- <author email="julescarbon@gmail.com" href="http://asdf.us/">
+ <author email="julescarbon@gmail.com" href="https://asdf.us/">
Jules LaPlace
</author>
<content src="index.html" />
@@ -78,8 +82,4 @@
<preference name="AndroidLaunchMode" value="singleTop" />
<preference name="android-minSdkVersion" value="28" />
<preference name="android-targetSdkVersion" value="28" />
- <access origin="https://ssl.gstatic.com/accessibility/javascript/android/*" />
- <feature name="MobileAccessibility">
- <param name="android-package" value="com.phonegap.plugin.mobileaccessibility.MobileAccessibility" />
- </feature>
</widget>