From 113d33b280356c7e9f7d19ca5ac8ba06cc48ca55 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Sun, 6 Oct 2019 18:00:39 +0300 Subject: ANDROID: Update starting version code for next release apks to 40 --- backends/platform/android/android.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backends/platform/android') 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 tag NDK_BUILD = $(ANDROID_NDK)/ndk-build APP_ABI=$(ABI) -- cgit v1.2.3