From a4e04870db84c3271893ccdfa7c17fdad3812c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:24:44 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.10.01 to 2024.11.00 (#2145) Bumps androidx.compose:compose-bom from 2024.10.01 to 2024.11.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 8eaa74086..b34568359 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -78,7 +78,7 @@ kotlin-compilerTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile- lint-lint = { module = "com.android.tools.lint:lint", version.ref = "lint" } lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" } -compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.10.01" } +compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.11.00" } compose-ui = { group = "androidx.compose.ui", name = "ui" } compose-foundation = { group = "androidx.compose.foundation", name = "foundation" } compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }