android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3318742094157b6baf57f2294731b8dec8da73ad Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Mon Jun 13 11:11:16 2022 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Tue Jun 14 06:38:57 2022 +0200 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 <m.wegh...@posteo.de> 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' }