diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-23 13:14:53 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:49 +0200 |
| commit | 92835decb3d320f5a4a4ed0664276f013f4ae91e (patch) | |
| tree | d847aa430246d8aa820b5e509c03033e396acaad /config.xml | |
| parent | ab4a835ae1354717b8f2429af8c9a46b9ea23bfd (diff) | |
| download | wvs-vplan-92835decb3d320f5a4a4ed0664276f013f4ae91e.tar.gz wvs-vplan-92835decb3d320f5a4a4ed0664276f013f4ae91e.zip | |
Hotfix: App war komisch gebaut; neue Version
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -4,7 +4,7 @@ <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "***REMOVED***" - version = "1.0.2"> + version = "1.0.3"> <name>WvS-VPlan</name> @@ -17,9 +17,6 @@ <property name="aapt.ignore.assets" value="<dir>res:!.git" /> - <feature name="http://api.phonegap.com/1.0/device" /> - <feature name="http://api.phonegap.com/1.0/file" /> - <preference name="orientation" value="default" /> <preference name="target-device" value="universal" /> <preference name="fullscreen" value="false" /> @@ -36,11 +33,6 @@ <preference name="android-installLocation" value="auto" /> <preference name="splash-screen-duration" value="0" /> - <gap:plugin name="org.apache.cordova.file-transfer" /> - <gap:plugin name="org.apache.cordova.file" /> - <gap:plugin name="org.apache.cordova.device" /> - <gap:plugin name="org.apache.cordova.network-information" /> - <icon src="res/icons/80.png" /> <icon src="res/icons/36-ldpi.png" gap:platform="android" gap:density="ldpi" /> <icon src="res/icons/48-mdpi.png" gap:platform="android" gap:density="mdpi" /> |
