android/source/build.gradle                             |    2 +-
 android/source/gradle/wrapper/gradle-wrapper.properties |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 608734590396ec9b8f84965bc46fa584134e5a5e
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Jun 6 14:41:05 2025 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sun Aug 10 11:47:10 2025 +0200

    android: Update Android Gradle Plugin to 8.10.1
    
    ... and gradle to 8.11.1, as suggested by Android Studio.
    
    Change-Id: Id6560eccfe321339dec43c8fdbca11739c2daec8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186226
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins
    (cherry picked from commit ddf4ac2d77357154f1983b7338228c7fc0477bdf)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187712
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 8ac183094030..3f7c7f4f504f 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -21,7 +21,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.8.1'
+        classpath 'com.android.tools.build:gradle:8.10.1'
     }
 }
 
diff --git a/android/source/gradle/wrapper/gradle-wrapper.properties 
b/android/source/gradle/wrapper/gradle-wrapper.properties
index 27652bc6eb98..eaa352755607 100644
--- a/android/source/gradle/wrapper/gradle-wrapper.properties
+++ b/android/source/gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
+distributionSha256Sum=89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
commit d4956c9944888eb9daab193377c84493993e31e2
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Tue Feb 18 11:36:55 2025 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sun Aug 10 11:46:59 2025 +0200

    android: Update Android Gradle Plugin to 8.8.1
    
    ... and gradle to 8.10.2, as suggested by Android Studio.
    
    Change-Id: Id3e90285ec1a40fdefbc0a4bcc9bc49e7a02f9c0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181825
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    (cherry picked from commit aaceec6a64f4762eee3c8e711137efbb603bbfd5)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187711
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 0f72fb5e290a..8ac183094030 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -21,7 +21,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.7.3'
+        classpath 'com.android.tools.build:gradle:8.8.1'
     }
 }
 
diff --git a/android/source/gradle/wrapper/gradle-wrapper.properties 
b/android/source/gradle/wrapper/gradle-wrapper.properties
index ffef2997cc24..27652bc6eb98 100644
--- a/android/source/gradle/wrapper/gradle-wrapper.properties
+++ b/android/source/gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionSha256Sum=258e722ec21e955201e31447b0aed14201765a3bfbae296a46cf60b70e66db70
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
+distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists

Reply via email to