Skip to content

Commit

Permalink
Update config.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirudin committed Feb 25, 2014
1 parent 3e9bf38 commit 6df9d0d
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,11 @@
Yourname
</author>

<preference name="phonegap-version" value="2.5.0" />
<preference name="phonegap-version" value="3.0.0" />

<gap:plugin name="org.apache.cordova.inappbrowser" />

<gap:platforms>
<gap:platform name="android" minVersion="2.1"/>
<gap:platform name="webos"/>
<gap:platform name="symbian.wrt"/>
<gap:platform name="blackberry" project="widgets"/>
</gap:platforms>


<feature name="http://api.phonegap.com/1.0/device"/>
<feature name="http://api.phonegap.com/1.0/battery"/>
<feature name="http://api.phonegap.com/1.0/camera"/>
<feature name="http://api.phonegap.com/1.0/contacts"/>
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/media"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>

<access origin="*" />
<access origin="*" />

</widget>

0 comments on commit 6df9d0d

Please sign in to comment.