From 3318742094157b6baf57f2294731b8dec8da73ad Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 13 Jun 2022 11:11:16 +0200 Subject: [PATCH] android: Update com.google.android.material to 1.6.1 Change-Id: If5aebe347534745065b371190abffce2421655f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135729 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/source/build.gradle b/android/source/build.gradle index 26da7cf9c3b9..a1c5a43c0d87 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -26,7 +26,7 @@ dependencies { "libreoffice.jar", "unoloader.jar" ]) - implementation 'com.google.android.material:material:1.6.0' + implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }