Skip to content

Commit

Permalink
Added androidx.compose.animation otherwise build is crashed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Apr 26, 2024
1 parent 75b7903 commit 6bbc2ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ splash-screen = { module = "androidx.core:core-splashscreen", version.ref = "spl
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
compose-ui = { group = "androidx.compose.ui", name = "ui" }
compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "compose-alpha" }
compose-ui-animation = { group = "androidx.compose.animation", name = "animation", version.ref = "compose-alpha" }
compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "compose-alpha" }
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
compose-ui-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
Expand Down Expand Up @@ -136,6 +137,7 @@ firebase-messaging = { module = "com.google.firebase:firebase-messaging" }
compose = [
"compose-ui",
"compose-ui-graphics",
"compose-ui-animation",
"compose-ui-preview",
"compose-material3",
"activity-compose",
Expand Down

0 comments on commit 6bbc2ac

Please sign in to comment.