summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-08-04 22:12:55 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2023-08-07 07:58:45 +0200
commit616a03c7addf78d50cf20e161becf17cb35b90ec (patch)
tree6bd9d3dad0ad587de1e8d5a81d6019023a252a36 /android
parent5cd48b4969d25400cc6634fb64706a763528ec65 (diff)
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 <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 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"
}