[#43] Use current version of PhoneGap.

This commit is contained in:
Michael Brooks
2013-03-15 14:03:08 -07:00
parent df43d3b5ec
commit f09c115e1d

View File

@@ -30,7 +30,7 @@
<preference name="permissions" value="none"/>
<!-- Customize your app and platform with the preference element. -->
<preference name="phonegap-version" value="2.5.0" /> <!-- all: current version of PhoneGap -->
<preference name="phonegap-version" value="2.3.0" /> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->