From 619897de85616eb9bebedf850970abd24571f705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:01:05 -0500 Subject: [PATCH] chore(deps): update compose-multiplatform to v1.11.2 (#5497) --- 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 70009a10c..796019ff7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,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.1" +androidx-compose-bom-aligned = "1.11.2" # `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.