diff options
author | Thanasis Antoniou | 2019-10-06 18:00:39 +0300 |
---|---|---|
committer | Thanasis Antoniou | 2019-10-06 18:00:39 +0300 |
commit | 113d33b280356c7e9f7d19ca5ac8ba06cc48ca55 (patch) | |
tree | cbe8cb87d74efb21e32bf457f8b76055e2a12531 /backends/platform | |
parent | 0390cfe649ab784a18d52b2dbcd190a868207734 (diff) | |
download | scummvm-rg350-113d33b280356c7e9f7d19ca5ac8ba06cc48ca55.tar.gz scummvm-rg350-113d33b280356c7e9f7d19ca5ac8ba06cc48ca55.tar.bz2 scummvm-rg350-113d33b280356c7e9f7d19ca5ac8ba06cc48ca55.zip |
ANDROID: Update starting version code for next release apks to 40
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/android/android.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index 698fd7588c..8eee80b6a0 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -1,17 +1,18 @@ # Android specific build targets # These must be incremented for each market upload -ANDROID_VERSIONCODE = 35 +ANDROID_VERSIONCODE = 40 # Historical version codes: -# Scummvm 2.0.0: 30-34 +# ScummVM 2.1.0: 35-39 (armeabi, arm-v7a, arm64-v8a, x86, x86_64 respectively) +# 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 = 26 -# ndk-build will build the scummvm library in release mode by default unless: +# ndk-build will build the ScummVM library in release mode by default unless: # - an Application.mk is provided in the jni folder with APP_OPTIM := debug # - or AndroidManifest.xml declares android:debuggable within its <application> tag NDK_BUILD = $(ANDROID_NDK)/ndk-build APP_ABI=$(ABI) |