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

New commits:
commit 9fe3b3b09002188be4691e11eaa36113be0d80c1
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Feb 17 10:27:12 2023 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Fri Feb 17 12:06:49 2023 +0000

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

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 38a7cc801467..13bf0381d416 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.7.0'
+    implementation 'com.google.android.material:material:1.8.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation "androidx.multidex:multidex:2.0.1"
 }

Reply via email to