[Scummvm-git-logs] scummvm branch-2-7 -> ee10f2846ccb3367c9decb1bb5a30a659168469d
antoniou79
noreply at scummvm.org
Mon Jan 23 21:55:24 UTC 2023
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:
ee10f2846c ANDROID: Update info on versionCodes for 2.7.0
Commit: ee10f2846ccb3367c9decb1bb5a30a659168469d
https://github.com/scummvm/scummvm/commit/ee10f2846ccb3367c9decb1bb5a30a659168469d
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-01-23T23:54:45+02:00
Commit Message:
ANDROID: Update info on versionCodes for 2.7.0
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 8164e75190c..1bd631e3cc5 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -41,11 +41,11 @@ android {
versionName "2.7.0"
versionCode 89
// versioncode must be incremented for each market upload
- // ScummVM 2.7.0: 89-93 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
- // ScummVM 2.6.x: 85-88 (reserved for potential beta or 2.6.x bugfix builds)
- // ScummVM 2.6.x: 81-84 (reserved for potential beta or 2.6.x bugfix builds)
- // ScummVM 2.6.x: 77-80 (reserved for potential beta or 2.6.x bugfix builds)
+ // ScummVM 2.7.0: 89-92 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// Historical version codes:
+ // ScummVM 2.6.x: 85-88 (skipped - was reserved for potential beta or 2.6.x bugfix builds)
+ // ScummVM 2.6.x: 81-84 (skipped - was reserved for potential beta or 2.6.x bugfix builds)
+ // ScummVM 2.6.1: 77-80 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.6.0: 73-76 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.5.1: 69-72 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
// ScummVM 2.5.0: 65-68 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
More information about the Scummvm-git-logs
mailing list