Skip to content

Commit

Permalink
[phonegap#43] Use current version of PhoneGap.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Mar 15, 2013
1 parent df43d3b commit f09c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit f09c115

Please sign in to comment.