From ccdfc37c97af9a76c15443209b4b2578826c1397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:28:54 -0400 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.6.1 (#8301) 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 65db619ba..391a0f5f7 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -4,7 +4,7 @@ compose-bom = "2022.10.00" accompanist = "0.27.0" [libraries] -activity = "androidx.activity:activity-compose:1.6.0" +activity = "androidx.activity:activity-compose:1.6.1" bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } foundation = { module = "androidx.compose.foundation:foundation" } animation = { module = "androidx.compose.animation:animation" }