android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c9b7d8cc749884ce2c26a1b944413a1d301fbf1a Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri Sep 27 13:45:55 2024 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sat Sep 28 09:20:17 2024 +0200 android: Update Android Gradle Plugin to 8.6.1 as suggested by Android Studio. Change-Id: Idbd71e7766d44374b4972362fb917f385b4fc5a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174042 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/android/source/build.gradle b/android/source/build.gradle index e96fac18f43f..84b9f4233bd0 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.5.1' + classpath 'com.android.tools.build:gradle:8.6.1' } }