From c7804baf4b5738bc04e2fee55d57791a45509f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:45:55 +0100 Subject: [PATCH] fix(deps): update dependency androidx.compose.material3:material3 to v1.2.0-beta02 (#611) 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 e3b2d949b..0db8faabe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref compose-foundation = { module = "androidx.compose.foundation:foundation" } compose-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material = { module = "androidx.compose.material:material" } -compose-material3 = "androidx.compose.material3:material3:1.2.0-beta01" +compose-material3 = "androidx.compose.material3:material3:1.2.0-beta02" compose-materialRipple = { module = "androidx.compose.material:material-ripple" } compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" } compose-navigation = { module = "androidx.navigation:navigation-compose", version = "2.7.6" }