From 986860ff8ca3fa42e46c01c47d2b17491a6a2178 Mon Sep 17 00:00:00 2001 From: ottop Date: Thu, 8 Feb 2024 17:30:26 +0200 Subject: [PATCH] Downgraded material library to prevent startup crash (#110) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a3bb6ef..5c3a0ff 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation ("androidx.core:core-ktx:1.12.0") implementation ("androidx.core:core-splashscreen:1.0.1") implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2") - implementation ("com.google.android.material:material:1.11.0") + implementation ("com.google.android.material:material:1.10.0") implementation (kotlin("stdlib", version = kotlinVersion)) implementation ("com.github.cachapa:ExpandableLayout:2.9.2") }