diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-13 13:38:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-13 13:38:31 -0700 |
commit | 97dc44381b6d99ace326afae0aa606765e6dcddc (patch) | |
tree | 3a76c16e9276ec202f73b1c48472a3038427abd2 | |
parent | 07336fe0cde8900d30858957164b09f05a6cf23e (diff) |
altosdroid: Update version code and name for 1.5
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 02507bb9..19e5a6dc 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="5" - android:versionName="1.3"> + android:versionCode="6" + android:versionName="1.5"> <uses-sdk android:targetSdkVersion="10" android:minSdkVersion="10"/> <!-- Google Maps --> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> |