android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 495efc3396f04a6dc2200b33d9969f125b2a79c8 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Mon Aug 8 09:08:07 2022 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Mon Aug 8 11:33:49 2022 +0200 android: Update Android Gradle Plugin to 7.2.2 Change-Id: I3235716498168ca5eebf71ebf6f5ee571af7a72d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137941 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/android/source/build.gradle b/android/source/build.gradle index a1c5a43c0d87..0a6c1aefa454 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -15,7 +15,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.2.1' + classpath 'com.android.tools.build:gradle:7.2.2' } }