Skip to content

Commit

Permalink
Update jetpack compose animation to beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed May 15, 2024
1 parent 04688f1 commit 9ac4dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
val composeBom = platform(libs.compose.bom)

api(composeBom)
api("androidx.compose.animation:animation:1.7.0-alpha08")
api("androidx.compose.animation:animation:1.7.0-beta01")
api(project(":libraries:customisations"))
api(libs.androidx.lifecycle.common)
api(libs.compose.runtime)
Expand Down

0 comments on commit 9ac4dfb

Please sign in to comment.