[Scummvm-git-logs] scummvm master -> 83dfe3df2a4c1c07e3e78d30b0f86de6d4369e11

lephilousophe noreply at scummvm.org
Sun Sep 21 18:21:39 UTC 2025


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
baa03a1589 ANDROID: Update version
1524b89d4c ANDROID: Remove useless import
83dfe3df2a ANDROID: Update Android Gradle Plugin


Commit: baa03a1589917bdf1919e5299339273cc60f2ed3
    https://github.com/scummvm/scummvm/commit/baa03a1589917bdf1919e5299339273cc60f2ed3
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-09-21T20:19:22+02:00

Commit Message:
ANDROID: Update version

Since 4d9e3ceb9aba8f9ce8ab30bdf7c9591a608da575 this is 3.0.0

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 960a0f05d6f..46c73ed43ab 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -43,8 +43,8 @@ android {
         minSdkVersion 16
         targetSdkVersion 36
 
-        versionName "2.10.0"
-        versionCode 2100000
+        versionName "3.0.0"
+        versionCode 3000000
         // 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.
@@ -55,9 +55,9 @@ android {
         // (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 2.10.0 builds would have version codes: 2100000 - 2100004
+        // eg. ScummVM 3.1.2.5 builds would have version codes: 3012050 - 3012054
         // --------------
-        // ScummVM 2.10.0:  2100000 - 2100004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
+        // ScummVM 3.0.0:   3000000 - 3000004 (unspec/fat, arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // 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)


Commit: 1524b89d4cd7234a28ef273ff1d4cc96d3acdbae
    https://github.com/scummvm/scummvm/commit/1524b89d4cd7234a28ef273ff1d4cc96d3acdbae
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-09-21T20:19:22+02:00

Commit Message:
ANDROID: Remove useless import

Changed paths:
    backends/platform/android/org/scummvm/scummvm/ScummVM.java


diff --git a/backends/platform/android/org/scummvm/scummvm/ScummVM.java b/backends/platform/android/org/scummvm/scummvm/ScummVM.java
index e66de6faf80..d38ec28f6e6 100644
--- a/backends/platform/android/org/scummvm/scummvm/ScummVM.java
+++ b/backends/platform/android/org/scummvm/scummvm/ScummVM.java
@@ -1,7 +1,6 @@
 package org.scummvm.scummvm;
 
 import android.content.res.AssetManager;
-import android.graphics.Bitmap;
 import android.graphics.PixelFormat;
 import android.media.AudioFormat;
 import android.media.AudioManager;


Commit: 83dfe3df2a4c1c07e3e78d30b0f86de6d4369e11
    https://github.com/scummvm/scummvm/commit/83dfe3df2a4c1c07e3e78d30b0f86de6d4369e11
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-09-21T20:19:22+02:00

Commit Message:
ANDROID: Update Android Gradle Plugin

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 46c73ed43ab..a47aeaccd2f 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -5,7 +5,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.12.0'
+        classpath 'com.android.tools.build:gradle:8.13.0'
     }
 }
 




More information about the Scummvm-git-logs mailing list