diff options
author | Eugene Sandulenko | 2019-10-05 18:46:26 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-10-05 18:52:01 +0200 |
commit | 62d19782eeda3ebd4673cab78ec3e0bb3af52b71 (patch) | |
tree | 6af31345e38e304258858167cbd7f3556a930099 /backends/platform/android | |
parent | 837d86652b2be4d7a8e32e58dfa25862dd2e34d6 (diff) | |
download | scummvm-rg350-62d19782eeda3ebd4673cab78ec3e0bb3af52b71.tar.gz scummvm-rg350-62d19782eeda3ebd4673cab78ec3e0bb3af52b71.tar.bz2 scummvm-rg350-62d19782eeda3ebd4673cab78ec3e0bb3af52b71.zip |
ANDROID: Added info about historical release version codes
Diffstat (limited to 'backends/platform/android')
-rw-r--r-- | backends/platform/android/android.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index 42fc718754..d4e3efeb2a 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -1,7 +1,13 @@ # Android specific build targets # These must be incremented for each market upload -ANDROID_VERSIONCODE = 16 +ANDROID_VERSIONCODE = 35 + +# Historical version codes: +# Scummvm 2.0.0: 30-34 +# ScummVM 1.9.0.1: 25-28 +# ScummVM 1.9.0: 19 +# ScummVM 1.8.1: 15 ANDROID_TARGET_VERSION = 23 |