diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml
index 8e6f305db..e2d4082c8 100644
--- a/gradle/compose.versions.toml
+++ b/gradle/compose.versions.toml
@@ -3,7 +3,7 @@ compose-bom = "2024.09.00"
 accompanist = "0.36.0"
 
 [libraries]
-activity = "androidx.activity:activity-compose:1.9.1"
+activity = "androidx.activity:activity-compose:1.9.2"
 bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
 foundation = { module = "androidx.compose.foundation:foundation" }
 animation = { module = "androidx.compose.animation:animation" }