summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-02-17 10:27:12 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-02-17 12:06:49 +0000
commit9fe3b3b09002188be4691e11eaa36113be0d80c1 (patch)
treea38ae79a20fecccff0e08b89b0e5c585b6057e34 /android
parent60e804f31cf2a9a3a36a4eb6551b7924253c479a (diff)
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.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 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"
}