From c05b799213405e47c28829aed3a0c5dc4536a2cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:26:52 +0000 Subject: fix(deps): update dependency androidx.compose.material:material to v1.3.0 (cherry picked from commit 6409c9eb9499c525b56b7785203304c97b43d08e) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 49d933e3..328a8afc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ compose-compiler = "androidx.compose.compiler:compiler:1.3.2" compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" } compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" -compose-material = "androidx.compose.material:material:1.3.0-rc01" +compose-material = "androidx.compose.material:material:1.3.0" compose-material3 = "androidx.compose.material3:material3:1.0.0-rc01" compose-runtime = "androidx.compose.runtime:runtime:1.3.0" compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } -- cgit v1.2.3