diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-17 08:54:33 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-17 12:13:25 +0200 |
commit | a360543249fb850ec2fa5f26102d5cc270b6b870 (patch) | |
tree | ca2e68a13f0e2ddd4a053930f9335b78526cae12 /android | |
parent | 8af3bab06ed27a01df370bb5f79e5f15892e778d (diff) |
android: Update Android Gradle Plugin to 8.5.1
... and gradle to 8.7, as suggested by Android Studio.
Change-Id: I572c1e0d62a477278fd63e613610d8d422d14a05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170601
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'android')
-rw-r--r-- | android/source/build.gradle | 2 | ||||
-rw-r--r-- | android/source/gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle index 8aa3d2dbf9c6..afdd0b00a586 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.4.0' + classpath 'com.android.tools.build:gradle:8.5.1' } } diff --git a/android/source/gradle/wrapper/gradle-wrapper.properties b/android/source/gradle/wrapper/gradle-wrapper.properties index af9c6a996c1d..cce67b04680b 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=85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip +distributionSha256Sum=194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |