android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 47521abc606e30be4ea14c4ea69ae8276413e8c7 Author: Michael Weghorn <[email protected]> AuthorDate: Tue Oct 14 13:53:04 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Tue Oct 14 19:36:18 2025 +0200 android: Update Android Gradle Plugin to 8.13 Change-Id: Ied6c01e3316ddb16ee1e12036505f17158d4432d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192380 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index f6851910a353..9dbf36f6b8e4 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.1' + classpath 'com.android.tools.build:gradle:8.13.0' } }
