From 721357c1a2de22355507da7bf3ca555767664aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:59:09 +0000 Subject: [PATCH] fix(deps): update room to v2.7.2 (#279) 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 12a74da..5c103ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ activityCompose = "1.10.1" composeBom = "2025.06.00" liveData = "1.8.3" icons = "1.7.8" -room = "2.7.1" +room = "2.7.2" navigation = "2.9.0" material3 = "1.4.0-alpha16" adaptive = "1.1.0"