From 7b25c1efb46bf78d27479aadab53050061a35570 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Fri, 24 May 2024 07:15:14 -0600 Subject: [PATCH] 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 --- src/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 649b9674f..53f8d7549 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -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")