From 76a7fdf7aa0f34f7751da8d99dc1684fab6f40d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:37:21 -0500 Subject: [PATCH] chore(deps): update compose-multiplatform to v1.11.3 (#5832) --- 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 a8cd99c8d..d67e2ea28 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,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.2" +androidx-compose-bom-aligned = "1.11.3" # `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.