diff options
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" /> |
