android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 15eda65d04250434c099f953b2fea9a5325c5fb5 Author: Michael Weghorn <[email protected]> AuthorDate: Wed Jan 10 10:22:42 2024 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Jan 15 11:14:53 2024 +0100 android: Update Android Gradle Plugin to 8.2.1 This was suggested by Android Studio. Change-Id: I7278ce5e5b21477459e40a315912c846ec9b6d57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161882 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 009e9b59a742..69c7785c0179 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.2.0' + classpath 'com.android.tools.build:gradle:8.2.1' } }
