From f09214d20ef58acb696134c2a6e67ae06a55f7ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:14:41 -0400 Subject: [PATCH] Update compose to v1.7.3 (#55) 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 46dbe86..4c16624 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ jvmTarget = "17" agp = "8.7.0" kotlin = "2.0.20" kotlinx-coroutines = "1.9.0" -compose = "1.7.2" +compose = "1.7.3" compose-multiplatform = "1.6.11" androidx-activity = "1.9.2" androidx-lifecycle = "2.8.6"