From 5ce2e93e3d87011fd85b2dbf6722a476f8f0580a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:14:59 +0100 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00 (#2013) Bumps androidx.compose:compose-bom from 2024.05.00 to 2024.06.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... 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 d7beb45ab4..146a7db5b9 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.05.00" } +compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.06.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" }