[Scummvm-git-logs] scummvm master -> cfbe5c2fa14d779a286085ff1feae5856d6b4475
antoniou79
noreply at scummvm.org
Sun Jun 21 09:20:11 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:
cfbe5c2fa1 DISTS: ANDROID: New versionCodes for 2026.3.1
Commit: cfbe5c2fa14d779a286085ff1feae5856d6b4475
https://github.com/scummvm/scummvm/commit/cfbe5c2fa14d779a286085ff1feae5856d6b4475
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-06-21T12:19:57+03:00
Commit Message:
DISTS: ANDROID: New versionCodes for 2026.3.1
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 39050d5e1a5..308ab0b9024 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -33,8 +33,8 @@ android {
// R8 configuration files.
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), srcProperties['srcdir'] + '/dists/android/proguard-rules.pro'
- versionName "2026.2.1"
- versionCode 26021000
+ versionName "2026.3.1"
+ versionCode 26031000
// 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.
@@ -50,6 +50,7 @@ android {
// Historical version codes (for releases):
// SCHEME C (2026.1.0 and later)
// -------------------
+ // ScummVM 2026.3.0: 26030000 - 26030004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
// 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)
//
More information about the Scummvm-git-logs
mailing list