From 8a1a37e2ac9e83198a34b556ef800ffde5f3e2d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:09:51 -0500 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.8.1 (#423) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0a76d4700..06a42355d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] accompanist = "0.32.0" -activity-compose = "1.8.0" +activity-compose = "1.8.1" agp = "8.1.3" androidx-core = "1.12.0" androidx-test = "1.1.5"