From b42ea045bb6fb13d3a00e088c47b07bc16878c50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:04:08 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.material:material to v1.7.3 --- 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 c485bd006..cc1191abe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ androidx-annotation = "1.6.0" # compose compose-core = "1.4.2" compose-foundation = "1.6.0-alpha04" # use alpha for HorizontalPager -compose-material = "1.4.2" +compose-material = "1.7.3" compose-runtime = "1.5.0-alpha03" # use alpha for SnapshotStateList#toList compose-lifecycle = "2.6.1" # use alpha for StateFlow#collectAsStateWithLifecycle compose-compiler = "1.4.3"