diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index cd0e14211..18a102af6 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -7,7 +7,7 @@ accompanist = "0.35.0-alpha" [libraries] compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" } -activity = "androidx.activity:activity-compose:1.8.2" +activity = "androidx.activity:activity-compose:1.9.0" bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }