mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Phonegap version fix
This commit is contained in:
parent
854c9defa6
commit
00452d6a13
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<gap:platform name="winphone" />
|
||||
<icon src="icon.png" />
|
||||
<feature name="http://api.phonegap.com/1.0/device" />
|
||||
<preference name="phonegap-version" value="3.1.0" />
|
||||
<preference name="phonegap-version" value="3.0.0" />
|
||||
<preference name="permissions" value="none" />
|
||||
<preference name="orientation" value="default" />
|
||||
<preference name="target-device" value="universal" />
|
||||
|
|
Loading…
Reference in a new issue