android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e0647aeaa4d3a2467c3cc12440df179d7a5853c2 Author: Michael Weghorn <[email protected]> AuthorDate: Mon Mar 13 07:52:06 2023 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Mar 13 08:25:39 2023 +0000 android: Update Android Gradle Plugin to 7.4.2 Change-Id: Idee4fddd7fd2b610fef194b86ace88469c3124da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148749 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 6b8e8d23ad83..d4776c88de90 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -21,7 +21,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.1' + classpath 'com.android.tools.build:gradle:7.4.2' } }
