android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32e09b80d6f83b84fd3d9a5f01a59a2bd2ac6b2d Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Mon Jul 28 10:28:02 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Mon Jul 28 18:43:59 2025 +0200 android: Update Android Gradle Plugin to 8.11.1 Change-Id: Icc97aba4dd4a0e209af2c50f484a1ed017e401c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188462 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/android/source/build.gradle b/android/source/build.gradle index e1a881f4749e..f6851910a353 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.11.0' + classpath 'com.android.tools.build:gradle:8.11.1' } }