Skip to content

Commit

Permalink
Downgrade material library to fix samsung dynamic colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jan 24, 2024
1 parent 118e419 commit 6dcd896
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 @@ -129,7 +129,7 @@ dependencies {
implementation("androidx.camera:camera-view:$cameraxVersion")

// Material
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.10.0")
implementation("com.google.android.flexbox:flexbox:3.0.0")

// Andromeda
Expand Down

0 comments on commit 6dcd896

Please sign in to comment.