[Scummvm-git-logs] scummvm master -> 41eb09a0c115bd3fb1e486962f09690a8f330908
lephilousophe
noreply at scummvm.org
Tue Aug 25 15:31:46 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
909b72050d ANDROID: Update Android Gradle Plugin
41eb09a0c1 ANDROID: Remove useless header
Commit: 909b72050da42acb4cc1f546edd05eb1d48a2663
https://github.com/scummvm/scummvm/commit/909b72050da42acb4cc1f546edd05eb1d48a2663
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-08-25T17:31:24+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 cfe66a0c0e1..eab176ee80a 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id('com.android.application') version '9.3.1'
+ id('com.android.application') version '9.3.2'
}
// Load our source dependent properties
Commit: 41eb09a0c115bd3fb1e486962f09690a8f330908
https://github.com/scummvm/scummvm/commit/41eb09a0c115bd3fb1e486962f09690a8f330908
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-08-25T17:31:24+02:00
Commit Message:
ANDROID: Remove useless header
Changed paths:
backends/text-to-speech/android/android-text-to-speech.cpp
diff --git a/backends/text-to-speech/android/android-text-to-speech.cpp b/backends/text-to-speech/android/android-text-to-speech.cpp
index 4ebfc6ec733..4d3c4560557 100644
--- a/backends/text-to-speech/android/android-text-to-speech.cpp
+++ b/backends/text-to-speech/android/android-text-to-speech.cpp
@@ -47,7 +47,6 @@
#include "backends/platform/android/android.h"
#include "backends/platform/android/jni-android.h"
-#include "common/translation.h"
#include "common/ustr.h"
jmethodID AndroidTextToSpeechManager::_MID_shutdown = 0;
More information about the Scummvm-git-logs
mailing list