diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index ce5e9777c..1a7a75a6c 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -2,7 +2,7 @@ compose-bom = "2024.09.03" [libraries] -activity = "androidx.activity:activity-compose:1.9.2" +activity = "androidx.activity:activity-compose:1.9.3" bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }