mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-24 08:02:48 -06:00
Android: revert material to 1.9.0
There's been an unresolved bug since version 1.10.0 Details: https://github.com/material-components/material-components-android/issues/3990
This commit is contained in:
parent
ebd4ee77e1
commit
7b25c1efb4
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ dependencies {
|
|||
implementation("androidx.documentfile:documentfile:1.0.1")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0")
|
||||
implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0")
|
||||
implementation("com.google.android.material:material:1.12.0")
|
||||
implementation("com.google.android.material:material:1.9.0")
|
||||
implementation("androidx.core:core-splashscreen:1.0.1")
|
||||
implementation("androidx.work:work-runtime:2.9.0")
|
||||
implementation("org.ini4j:ini4j:0.5.4")
|
||||
|
|
Loading…
Reference in a new issue