summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-09-13 13:38:31 -0700
committerKeith Packard <keithp@keithp.com>2014-09-13 13:40:05 -0700
commit2731486c12678a7d3bd7ec79e74a2fcaf20845bd (patch)
tree3ac11c279297a11ba52a8903675ee3581ba3ef0b
parente151c144fcdb1da96e715f29c049dc4869e1d53d (diff)
altosdroid: Update version code and name for 1.5
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altosdroid/AndroidManifest.xml4
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"/>