summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-01-10 10:54:20 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-01-15 11:15:17 +0100
commitca931f4762eb7a47802270689b665b472908740d (patch)
treeb596b03856c7232d99b1be4df736b5476681f80d /android
parentc0a10888ab966b34cea1bf9a079725f89f133dcd (diff)
android: Update com.google.android.material:material to 1.11.0
Change-Id: Ic0f84c275e8780bd2c3da42cb5387587a4e26833 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161883 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 69c7785c0179..090d73f49bfb 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.10.0'
+ implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.multidex:multidex:2.0.1"
}