Skip to content

Commit

Permalink
Change version name in Manifest for updating on Google Play.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corly committed Nov 16, 2013
1 parent 3c2e38b commit 63f9002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/AWoUSO/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cdl.android"
android:versionCode="1"
android:versionCode="2"
android:versionName="1.1" >

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
3 changes: 3 additions & 0 deletions android/AWoUSO/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint>

0 comments on commit 63f9002

Please sign in to comment.