diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-19 00:16:16 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-19 00:16:16 -0800 |
commit | 701c26ed85c28ac59e338975f2a6ba6bd25f6493 (patch) | |
tree | 67d3f38df3546031c8192ce6c92489b2b51e49bd | |
parent | 9f95ffbad918a73cfd5460d6ce037d680465c35d (diff) |
altosdroid: bump versionName to 1.3 and versionCode to 4
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosdroid/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosdroid/AndroidManifest.xml b/altosdroid/AndroidManifest.xml index 04a679e1..06644fbb 100644 --- a/altosdroid/AndroidManifest.xml +++ b/altosdroid/AndroidManifest.xml @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.altusmetrum.AltosDroid" - android:versionCode="3" - android:versionName="1.2"> + android:versionCode="4" + android:versionName="1.3"> <uses-sdk android:targetSdkVersion="10" android:minSdkVersion="10"/> <!-- Google Maps --> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> |