Skip to content

Commit

Permalink
Downgraded material library to prevent startup crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ottop committed Jan 17, 2024
1 parent c21c03f commit 27e8e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 27e8e56

Please sign in to comment.