diff options
author | dhewg | 2011-04-09 18:37:06 +0200 |
---|---|---|
committer | dhewg | 2011-04-09 18:40:04 +0200 |
commit | b0351e1b85a550ec4f2422d4439e5ce17150f5a3 (patch) | |
tree | 06805f883370ee3d7d597923d5b2038908326cc6 /dists | |
parent | 90f47c7b1d9725c13d972a0e2a61b2cd966bbab5 (diff) | |
download | scummvm-rg350-b0351e1b85a550ec4f2422d4439e5ce17150f5a3.tar.gz scummvm-rg350-b0351e1b85a550ec4f2422d4439e5ce17150f5a3.tar.bz2 scummvm-rg350-b0351e1b85a550ec4f2422d4439e5ce17150f5a3.zip |
ANDROID: Automate the Manifest's versionCode
Diffstat (limited to 'dists')
-rw-r--r-- | dists/android/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | dists/android/AndroidManifest.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 68c58d9aea..cae1f369e7 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -3,7 +3,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.inodes.gus.scummvm" - android:versionCode="6" + android:versionCode="@ANDROID_VERSIONCODE@" android:versionName="1.3.0git" android:installLocation="preferExternal"> diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index 7a75b6fd0b..a8d40bdddc 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -3,7 +3,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.inodes.gus.scummvm" - android:versionCode="6" + android:versionCode="@ANDROID_VERSIONCODE@" android:versionName="@VERSION@" android:installLocation="preferExternal"> |