Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Updating AndroidManifest.xml to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmorgan committed Jul 28, 2012
1 parent 702daea commit 3922e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.morgan.design.weatherslider"
android:installLocation="auto"
android:versionCode="16"
android:versionName="1.16" >
android:versionCode="17"
android:versionName="1.17" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Expand Down

0 comments on commit 3922e38

Please sign in to comment.