From 553750d5763b2e605cc8990d81c5588db4319b62 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Sat, 28 May 2022 12:20:34 +0200 Subject: android: Update Android Gradle Plugin to 7.2.1 Release notes [1]: > 7.2.1 (May 2022) > > This minor update corresponds to the release of Android Studio > Chipmunk Patch 1 and includes the following bug fixes: > > bundletool does not package baseline profiles correctly [2] > > To see the other bug fixes included in this release, see the Android > Studio Chipmunk Patch 1 release notes. [3] [1] https://developer.android.com/studio/releases/gradle-plugin?buildsystem=ndk-build#7-2-0 [2] https://issuetracker.google.com/issues/230361284 [3] https://developer.android.com/studio/releases#patch-releases Change-Id: I57f37ea3786003dba4d95b291ddf6b0b44dccaa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135053 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/source/build.gradle') diff --git a/android/source/build.gradle b/android/source/build.gradle index 0e0cd6381053..26da7cf9c3b9 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.0' + classpath 'com.android.tools.build:gradle:7.2.1' } } -- cgit