From bd30fd4c7c0ebfa5c355b1ffe75285d0ada45ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:49:39 +0000 Subject: [PATCH] Update dependency org.jetbrains.compose to v1.7.0 (#344) 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 a23a861a632..a7860633235 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlinx-serialization-json = "1.7.3" ktor = "2.3.12" maven-publish = "0.30.0" spotless = "6.25.0" -jb-compose-plugin = "1.7.0-rc01" +jb-compose-plugin = "1.7.0" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }