From 74a400114ee3f1fed3e6ba50cce24fecf81e711b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:43:08 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.material3:material3 to v1.4.0-alpha09 (#172) 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 7aa3d91..56bcf95 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ liveData = "1.7.8" icons = "1.7.8" room = "2.6.1" navigation = "2.8.7" -material3 = "1.4.0-alpha08" +material3 = "1.4.0-alpha09" adaptive = "1.1.0-rc01" # AboutLibraries aboutLibsRelease = "11.6.3"