From 41ca33f0ea3c486d1608f217e9cd6d15ab9ff40d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:42:20 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha17 (#6610) 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 29ab4f0ed2..6cdfc71e08 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,7 +70,7 @@ compose-bom = "androidx.compose:compose-bom:2026.03.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" -compose-material3 = "androidx.compose.material3:material3:1.5.0-alpha16" +compose-material3 = "androidx.compose.material3:material3:1.5.0-alpha17" compose-material3-windowSizeClass = { module = "androidx.compose.material3:material3-window-size-class" } compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" } compose-ui = { module = "androidx.compose.ui:ui" }