Skip to content

Commit

Permalink
Use PhoneGap 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Apr 23, 2013
1 parent 4484b29 commit 2587fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3.0" /> <!-- all: current version of PhoneGap -->
<preference name="phonegap-version" value="2.5.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 Expand Up @@ -95,4 +95,4 @@
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
-->

</widget>
</widget>

0 comments on commit 2587fac

Please sign in to comment.