[Scummvm-git-logs] scummvm master -> ff89ca68d63cba6b52cff6162eec1b625b30bd0a
antoniou79
a.antoniou79 at gmail.com
Sat Oct 17 19:50:13 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:
ff89ca68d6 ANDROID: Update versionCode to accomodate new beta3 (2.2.1) release
Commit: ff89ca68d63cba6b52cff6162eec1b625b30bd0a
https://github.com/scummvm/scummvm/commit/ff89ca68d63cba6b52cff6162eec1b625b30bd0a
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-10-17T22:49:42+03:00
Commit Message:
ANDROID: Update versionCode to accomodate new beta3 (2.2.1) release
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 9261149d78..04ce793c36 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -36,10 +36,12 @@ android {
targetSdkVersion 28
versionName "2.3.0git"
- versionCode 61
+ versionCode 65
// versioncode must be incremented for each market upload
- // ScummVM 2.3.0: 61-64 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2.3.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// Historical version codes:
+ // ScummVM 2.2.1: 61-64 *Reserved for 2.2.1 stable/release* (arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2.2.1: 57-60 Beta 3 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 57-60 *Reserved for 2.2.1 stable/release* (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 53-56 Beta 2 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.2.1: 49-52 Beta 1 (29 Sep 2020) (arm-v7a, arm64-v8a, x86, x86_64 respectively)
More information about the Scummvm-git-logs
mailing list