[Scummvm-git-logs] scummvm master -> 113d33b280356c7e9f7d19ca5ac8ba06cc48ca55
antoniou79
antoniou at cti.gr
Sun Oct 6 17:01:34 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
113d33b280 ANDROID: Update starting version code for next release apks to 40
Commit: 113d33b280356c7e9f7d19ca5ac8ba06cc48ca55
https://github.com/scummvm/scummvm/commit/113d33b280356c7e9f7d19ca5ac8ba06cc48ca55
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-10-06T18:00:39+03:00
Commit Message:
ANDROID: Update starting version code for next release apks to 40
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 698fd75..8eee80b 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)
More information about the Scummvm-git-logs
mailing list