diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-23 22:21:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-23 22:21:45 -0700 |
commit | 3ce5e24fefaddaa74eadba4722e904354c871387 (patch) | |
tree | 9d7019457227c1051ec511fdeee26a74c29419fc | |
parent | d9f96c45d0a3099e9e5fd3c75cc27f9415fcaf55 (diff) |
altosdroid: Update version numbers in manifest
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 592373d4..58f5077c 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="6" - android:versionName="1.5"> + android:versionCode="7" + android:versionName="1.6.0.3"> <uses-sdk android:targetSdkVersion="12" android:minSdkVersion="12"/> <!-- Google Maps --> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> |