From f51c04a73d7e9e1fa57d599c6fb1cff36f0116fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 04:02:59 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha07 (#380) 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 5c1a372..b13292f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ liveData = "1.9.3" icons = "1.7.8" room = "2.8.2" navigation = "2.9.5" -material3 = "1.5.0-alpha06" +material3 = "1.5.0-alpha07" adaptive = "1.1.0" # AboutLibraries aboutLibsRelease = "12.2.4"