[Scummvm-git-logs] scummvm master -> f076e65ccfab0204890834367b7124c712351b2c

antoniou79 noreply at scummvm.org
Sun Jan 18 09:41:35 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:
f076e65ccf DISTS: ANDROID: New versionCodes for 2026.1.1


Commit: f076e65ccfab0204890834367b7124c712351b2c
    https://github.com/scummvm/scummvm/commit/f076e65ccfab0204890834367b7124c712351b2c
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-01-18T11:41:16+02:00

Commit Message:
DISTS: ANDROID: New versionCodes for 2026.1.1

Changed paths:
  A dists/android/gradle/wrapper/gradle-wrapper.jar-new
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 9589cc57f29..451e176c771 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -43,29 +43,34 @@ android {
         minSdkVersion 16
         targetSdkVersion 36
 
-        versionName "3.0.0"
-        versionCode 3000000
+        versionName "2026.1.1"
+        versionCode 26011000
         // versioncode must be incremented for each market upload
         // maximum versioncode allowed by Play Store is: 2100000000
-        // After 2.8.0 release the versioncode numbering schema changed to be more immediately helpful.
-        // It now follows the format: M.mm.p[.bb][.a]
-        // (M is major release version number)
+        // 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)):
         //     (0: unspecified/fat, 1: arm-v7a, 2: arm64-v8a, 3: x86, 4: x86_64)
-        // eg. ScummVM 3.1.2.5 builds would have version codes: 3012050 - 3012054
-        // --------------
-        // ScummVM 3.0.0:   3000000 - 3000004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // eg. ScummVM 2026.1.0 builds would have version codes: 26010000 - 26010004
+        // -------------------
+        // Historical version codes:
+        // 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]
+        // -------------------
+        // ScummVM 3.0.0:   3000000 - 3000004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively, not released on Play Store)
         // ScummVM 2.9.1.1: 2091010 - 2091014 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.9.1:   2091000 - 2091004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.9.0:   2090001 - 2090004 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.8.1.1: 2081011 - 2081014 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
         // ScummVM 2.8.1:   2081001 - 2081004 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (rejected on Play Store)
+        // SCHEME A (versions up to 2.8.0)
+        // -------------------
         // ScummVM 2.8.0:   113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
         // ScummVM 2.7.1:   109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
-        // Historical version codes:
         // ScummVM 2.7.0.5: 105 - 108 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (proper release on Play Store)
         // ScummVM 2.7.0.4: 101 - 104 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 4 on Play Store)
         // ScummVM 2.7.0.2:  97 - 100 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (beta 3 on Play Store)
diff --git a/dists/android/gradle/wrapper/gradle-wrapper.jar-new b/dists/android/gradle/wrapper/gradle-wrapper.jar-new
new file mode 100644
index 00000000000..943f0cbfa75
Binary files /dev/null and b/dists/android/gradle/wrapper/gradle-wrapper.jar-new differ




More information about the Scummvm-git-logs mailing list