[Scummvm-git-logs] scummvm master -> 96a75d7ef0fcc74a7d5b3297cfe752db746421fd
antoniou79
noreply at scummvm.org
Sun Mar 29 16:36:58 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
96a75d7ef0 DISTS: ANDROID: New versionCodes for 2026.2.1
Commit: 96a75d7ef0fcc74a7d5b3297cfe752db746421fd
https://github.com/scummvm/scummvm/commit/96a75d7ef0fcc74a7d5b3297cfe752db746421fd
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-03-29T19:35:45+03:00
Commit Message:
DISTS: ANDROID: New versionCodes for 2026.2.1
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 79c70e11c66..39050d5e1a5 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -33,21 +33,26 @@ android {
// R8 configuration files.
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), srcProperties['srcdir'] + '/dists/android/proguard-rules.pro'
- versionName "2026.1.1"
- versionCode 26011000
+ versionName "2026.2.1"
+ versionCode 26021000
// versioncode must be incremented for each market upload
// maximum versioncode allowed by Play Store is: 2100000000
// After 2.9.1.1 release the versioncode numbering scheme changed to reflect the post-2026 naming convention for ScummVM versions.
// It now follows the format: "(y)yy.mm.p.bb.a"
// ((Y)YY is major release version number, which coincides the last 2 digits of year of release)(can be up to 3, but the 0 is currently omitted)
- // (m is minor release version number)
- // (p is patch/bugfix release number)
- // (b is build number, eg. re-release or beta testing was done on Play Store)
- // (a is a number indicating the target architecture (ABI)):
+ // (mm is minor release version number)
+ // (p is patch/bugfix release number)
+ // (bb is build number, eg. re-release or beta testing on Play Store)
+ // (a is a number indicating the target architecture (ABI)):
// (0: unspecified/fat, 1: arm-v7a, 2: arm64-v8a, 3: x86, 4: x86_64)
// eg. ScummVM 2026.1.0 builds would have version codes: 26010000 - 26010004
// -------------------
- // Historical version codes:
+ // Historical version codes (for releases):
+ // SCHEME C (2026.1.0 and later)
+ // -------------------
+ // ScummVM 2026.2.0: 26020000 - 26020004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ // ScummVM 2026.1.0: 26010000 - 26010004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
+ //
// SCHEME B (2.8.1 up to 2.9.1.1, and pre-release or dev 3.0.0)
// Format: M.mm.p[.bb][.a]
// -------------------
More information about the Scummvm-git-logs
mailing list