Skip to content

Commit 2587fac

Browse files
committed
Use PhoneGap 2.5.0
1 parent 4484b29 commit 2587fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<preference name="permissions" value="none"/>
3131

3232
<!-- Customize your app and platform with the preference element. -->
33-
<preference name="phonegap-version" value="2.3.0" /> <!-- all: current version of PhoneGap -->
33+
<preference name="phonegap-version" value="2.5.0" /> <!-- all: current version of PhoneGap -->
3434
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
3535
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
3636
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
@@ -95,4 +95,4 @@
9595
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
9696
-->
9797

98-
</widget>
98+
</widget>

0 commit comments

Comments
 (0)