From 616a03c7addf78d50cf20e161becf17cb35b90ec Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 4 Aug 2023 22:12:55 +0200 Subject: [PATCH] android: Update com.google.android.material to 1.9.0 Change-Id: I52b2060cbf1f8eb06a49c58b8d35461aec99f3a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155375 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/source/build.gradle b/android/source/build.gradle index d4776c88de90..99365f08f2d4 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -32,7 +32,7 @@ dependencies { "libreoffice.jar", "unoloader.jar" ]) - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.multidex:multidex:2.0.1" }