android/source/build.gradle | 2 +- android/source/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 216d8a0a44c5053b4ea3799773fbc9db2dca16d6 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Thu Dec 19 19:57:13 2024 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Fri Dec 20 07:29:02 2024 +0100 android: Update Android Gradle Plugin to 8.7.3 ... and gradle to 8.9, as suggested by Android Studio. Change-Id: Ic7c36e5d3f7117f877985cd4af82c79bcca9fb87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178838 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/android/source/build.gradle b/android/source/build.gradle index 84b9f4233bd0..8495fb704697 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.6.1' + classpath 'com.android.tools.build:gradle:8.7.3' } } diff --git a/android/source/gradle/wrapper/gradle-wrapper.properties b/android/source/gradle/wrapper/gradle-wrapper.properties index cce67b04680b..ffef2997cc24 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=194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionSha256Sum=258e722ec21e955201e31447b0aed14201765a3bfbae296a46cf60b70e66db70 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists