From 2df3731d49a7de8be11d5731b3a3d3fecf4e8ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:08:23 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.9.1 --- 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 19d143253..53daedc7c 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.9.0" +activity = "androidx.activity:activity-compose:1.9.1" bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }