From af41491b3d4cd4a4ba021b778fd24ef51910d408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 01:28:49 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2026.02.01 (#6437) 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 39869f1470..740aaa7fe3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -65,7 +65,7 @@ androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0" androidx-window = "androidx.window:window:1.5.1" # Compose -compose-bom = "androidx.compose:compose-bom:2026.02.00" +compose-bom = "androidx.compose:compose-bom:2026.02.01" compose-foundation = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material-icons = "androidx.compose.material:material-icons-extended:1.7.8"