From f7b9f372bd32b5c6eb938adf10dec495980f4645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:30:42 +0700 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.9.2 (#334) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/compose.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index a4069f7e7..8f1723584 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -4,7 +4,7 @@ compose-bom = "2024.08.00-alpha02" accompanist = "0.36.0" [libraries] -activity = "androidx.activity:activity-compose:1.9.1" +activity = "androidx.activity:activity-compose:1.9.2" bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }