From c9506edd56d77922a1860a6b1eb99a931d5271f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:10:40 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2024.12.01 (#759) 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 e00a460c..a774df4f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlin = "2.0.20" kotlinBinaryCompatibility = "0.16.3" jvmTarget = "11" nexusPlugin = "0.30.0" -androidxComposeBom = "2024.11.00" +androidxComposeBom = "2024.12.01" androidxComposeConstraintLayout = "1.1.0" androidxMaterial = "1.12.0" androidxAppcompat = "1.7.0"