[Scummvm-git-logs] scummvm master -> 2fa9d0eca3294de95ec46ea9f79e5372642b00e2

lephilousophe noreply at scummvm.org
Thu Aug 29 15:25:42 UTC 2024


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

Summary:
34ce291094 ANDROID: Upgrade to latest Android Gradle Plugin
0232d0f729 ANDROID: Upgrade target SDK level to 34 (Android 14 U)
2fa9d0eca3 DISTS: ANDROID: Release notes for 2.8.1.1


Commit: 34ce2910947e0f028b0fea3547b88fa26040bd50
    https://github.com/scummvm/scummvm/commit/34ce2910947e0f028b0fea3547b88fa26040bd50
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-08-29T17:25:14+02:00

Commit Message:
ANDROID: Upgrade to latest Android Gradle Plugin

Changed paths:
    dists/android/build.gradle
    dists/android/gradle/wrapper/gradle-wrapper.properties


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 2f6a8b206d8..4f1408f1fbe 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.4.1'
+        classpath 'com.android.tools.build:gradle:8.5.1'
     }
 }
 
diff --git a/dists/android/gradle/wrapper/gradle-wrapper.properties b/dists/android/gradle/wrapper/gradle-wrapper.properties
index a80b22ce5cf..b82aa23a4f0 100644
--- a/dists/android/gradle/wrapper/gradle-wrapper.properties
+++ b/dists/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME


Commit: 0232d0f72913804ddfb185d6bffb3fca84148236
    https://github.com/scummvm/scummvm/commit/0232d0f72913804ddfb185d6bffb3fca84148236
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-08-29T17:25:19+02:00

Commit Message:
ANDROID: Upgrade target SDK level to 34 (Android 14 U)

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 4f1408f1fbe..e19cdd9a610 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -30,7 +30,7 @@ tasks.withType(JavaCompile).configureEach {
 apply plugin: 'com.android.application'
 
 android {
-    compileSdk 33
+    compileSdk 34
     ndkVersion "21.3.6528147"
 
     namespace "org.scummvm.scummvm"
@@ -41,7 +41,7 @@ android {
         base.archivesName = "ScummVM"
 
         minSdkVersion 16
-        targetSdkVersion 33
+        targetSdkVersion 34
 
         versionName "2.9.0"
         versionCode 2090001


Commit: 2fa9d0eca3294de95ec46ea9f79e5372642b00e2
    https://github.com/scummvm/scummvm/commit/2fa9d0eca3294de95ec46ea9f79e5372642b00e2
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-08-29T17:25:19+02:00

Commit Message:
DISTS: ANDROID: Release notes for 2.8.1.1

Changed paths:
    dists/android/store/metadata-de-DE.txt
    dists/android/store/metadata-en-US.txt


diff --git a/dists/android/store/metadata-de-DE.txt b/dists/android/store/metadata-de-DE.txt
index a3b8440d59d..ad3001bbaef 100644
--- a/dists/android/store/metadata-de-DE.txt
+++ b/dists/android/store/metadata-de-DE.txt
@@ -21,9 +21,10 @@ Ebenfalls auf unserer Website findest du unter der URL https://docs.scummvm.org/
 https://forums.scummvm.org/viewforum.php?f=17 ist unser Forum, wo du dich mit anderen Nutzern über die Android-Version austauschen kannst.
 
 *** Current release (limit is 500 characters):
-2.8.1
+2.8.1.1
 
 *** Release notes:
 - Gemeldete Grafikfehler und App-Abstürze behoben
+- Upgrade auf Android 14
 
 Vollständige Versionshinweise: https://scummvm.org/frs/scummvm/2.8.1/ReleaseNotes.html
diff --git a/dists/android/store/metadata-en-US.txt b/dists/android/store/metadata-en-US.txt
index 6844c29a947..771a6bb9da9 100644
--- a/dists/android/store/metadata-en-US.txt
+++ b/dists/android/store/metadata-en-US.txt
@@ -21,9 +21,10 @@ A quick-start guide is available on our website at https://docs.scummvm.org/en/v
 https://forums.scummvm.org/viewforum.php?f=17 is our web forum where you can discuss the Android version.
 
 *** Current release:
-2.8.1
+2.8.1.1
 
 *** Release notes (limit is 500 characters):
 - Fixed reported graphical glitches and app crashes
+- Upgrade to Android 14
 
 Full release notes: https://scummvm.org/frs/scummvm/2.8.1/ReleaseNotes.html




More information about the Scummvm-git-logs mailing list