From f10e8e68e1c2f020b69cb3046f97c5d3e9ba7d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:50:39 +0000 Subject: [PATCH] fix(deps): update room to v2.8.2 (#365) 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 ba3d6c8..1f6ad8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ activityCompose = "1.11.0" composeBom = "2025.09.01" liveData = "1.9.3" icons = "1.7.8" -room = "2.8.1" +room = "2.8.2" navigation = "2.9.5" material3 = "1.5.0-alpha06" adaptive = "1.1.0"