[Scummvm-git-logs] scummvm master -> 97538163150d32cd9ba7edb7a8c17bcdbe8e0ffa
antoniou79
a.antoniou79 at gmail.com
Sat Jan 18 23:51:55 UTC 2020
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:
9753816315 ANDROID: Update starting version code for next release apks to 45
Commit: 97538163150d32cd9ba7edb7a8c17bcdbe8e0ffa
https://github.com/scummvm/scummvm/commit/97538163150d32cd9ba7edb7a8c17bcdbe8e0ffa
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2020-01-19T01:51:12+02:00
Commit Message:
ANDROID: Update starting version code for next release apks to 45
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index fa6cf46..a03b4cf 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -1,9 +1,10 @@
# Android specific build targets
# These must be incremented for each market upload
-ANDROID_VERSIONCODE = 40
+ANDROID_VERSIONCODE = 45
# Historical version codes:
+# ScummVM 2.1.1: 40-44 (armeabi, arm-v7a, arm64-v8a, x86, x86_64 respectively)
# 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
More information about the Scummvm-git-logs
mailing list