android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 616a03c7addf78d50cf20e161becf17cb35b90ec Author: Michael Weghorn <[email protected]> AuthorDate: Fri Aug 4 22:12:55 2023 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Aug 7 07:58:45 2023 +0200 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 <[email protected]> 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" }
