From 26a73ad76ac04d2dc37e08109b88878cda8c36d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 04:26:06 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.material3:material3 to v1.5.0-alpha10 (#413) 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 f3ba0dc..82e555e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ liveData = "1.9.5" icons = "1.7.8" room = "2.8.4" navigation = "2.9.6" -material3 = "1.5.0-alpha09" +material3 = "1.5.0-alpha10" adaptive = "1.2.0" # AboutLibraries aboutLibsRelease = "13.1.0"