android/source/build.gradle | 2 +- android/source/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a0d319273049154d1cadf4ffa7603ecd56ee5bb9 Author: Michael Weghorn <[email protected]> AuthorDate: Fri Jun 6 14:41:05 2025 +0200 Commit: Skyler Grey <[email protected]> CommitDate: Wed Oct 8 11:51:04 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 <[email protected]> Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192027 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Skyler Grey <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 7c2f97697d87..1eb28426ec84 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 88641b580d9577559a7d4079b1dad2e26bdbc5a8 Author: Michael Weghorn <[email protected]> AuthorDate: Tue Feb 18 11:36:55 2025 +0100 Commit: Skyler Grey <[email protected]> CommitDate: Wed Oct 8 11:50:56 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 <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192026 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Skyler Grey <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 1d0b2bb68edf..7c2f97697d87 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
