android/source/build.gradle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b6258ff75dd3c19e8309a33c85e17e8a76b388cf
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu May 26 09:16:42 2022 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu May 26 22:04:58 2022 +0200

    android: Update com.google.android.material to 1.6.0
    
    Change-Id: Iac3831d400d29b45be82d2585ca1454ed22676be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134986
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 137501b39654..22cbb858d4fa 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.5.0'
+    implementation 'com.google.android.material:material:1.6.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
 }
 

Reply via email to