summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-06-13 11:11:16 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-06-14 06:38:57 +0200
commit3318742094157b6baf57f2294731b8dec8da73ad (patch)
treeedfde647d379cf9f61d62fc5e692e8bbaff62461 /android
parentd6331fc7abe545ff0a369c41ab3f55b8f44a2cc1 (diff)
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>
Diffstat (limited to 'android')
-rw-r--r--android/source/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'
}