diff options
author | Keith Packard <keithp@keithp.com> | 2015-07-11 20:21:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-11 20:21:34 -0700 |
commit | 2a85f273e33a316bd044c4c8dce17c19633cffe6 (patch) | |
tree | 0a83c29c6cc0f627651cf52a6f0a76bf6b52f5af /altosdroid | |
parent | ed682ca39496849b6c0d6bdf81bee6263864895f (diff) |
Generate Android version info from configure.ac
This avoids having version data in two places.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid')
-rw-r--r-- | altosdroid/AndroidManifest.xml.in (renamed from altosdroid/AndroidManifest.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosdroid/AndroidManifest.xml b/altosdroid/AndroidManifest.xml.in index 58f5077c..24035796 100644 --- a/altosdroid/AndroidManifest.xml +++ b/altosdroid/AndroidManifest.xml.in @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.altusmetrum.AltosDroid" - android:versionCode="7" - android:versionName="1.6.0.3"> + android:versionCode="@ANDROID_VERSION@" + android:versionName="@VERSION@"> <uses-sdk android:targetSdkVersion="12" android:minSdkVersion="12"/> <!-- Google Maps --> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> |