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.weghorn@posteo.de>
This commit is contained in:
Michael Weghorn 2022-06-13 11:11:16 +02:00
parent d6331fc7ab
commit 3318742094

View file

@ -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'
}