From d28d684d054fa1d82ec84ed0c2ecb3ddf4705766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:18:59 -0500 Subject: [PATCH] chore(deps): update compose-multiplatform to v1.11.1 (#5371) 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 13c1b704d..be8c52e44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ compose-multiplatform-material3 = "1.11.0-alpha07" # current `compose-multiplatform` release maps to (see CMP release notes). # AndroidCompose.kt's resolutionStrategy force-aligns these groups to *this* version # at resolution time, so it is the source of truth for the Android target. -androidx-compose-bom-aligned = "1.11.0" +androidx-compose-bom-aligned = "1.11.1" # `androidx-compose-material` (M2) is independent of CMP. Pinned because # maps-compose-widgets requests `androidx.compose.material:material` without # a version (relying on a BOM that we exclude). M2 is frozen at 1.7.8.