Skip to content

Commit

Permalink
Base: Increment version number
Browse files Browse the repository at this point in the history
Removed Android permissions since plugin handles them now
  • Loading branch information
salbahra committed Mar 30, 2014
1 parent c4fe703 commit b18e221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
xmlns:android = "http://schemas.android.com/apk/res/android"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.albahra.sprinklers"
version = "1.0.5"
versionCode = "15" >
version = "1.0.6"
versionCode = "16" >

<preference name="phonegap-version" value="3.3.0" />

<preference name="DisallowOverscroll" value="true" />

<preference name="permissions" value="none" />
<gap:config-file platform="android" parent="/manifest">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
</gap:config-file>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h3 data-translate="About"></h3>
<ul data-role="listview" data-inset="true">
<li>
<p>This is open source software: source code and changelog for this application can be found at <a href="javascript:iab('https://github.com/salbahra/Sprinklers/');">https://github.com/salbahra/Sprinklers/</a></p>
<p>Version: 1.0.5</p>
<p>Version: 1.0.6</p>
</li>
</ul>
</div>
Expand Down

0 comments on commit b18e221

Please sign in to comment.