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>
This commit is contained in:
Michael Weghorn 2023-08-04 22:12:55 +02:00
parent 5cd48b4969
commit 616a03c7ad

View file

@ -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"
}