From 5e50c22905e9671e326fa7022c4ea4b8b095bcd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:08:16 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.runtime:runtime-livedata to v1.9.4 (#381) 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 16eec59..5fd2841 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ datastore = "1.1.7" # Compose activityCompose = "1.11.0" composeBom = "2025.10.01" -liveData = "1.9.3" +liveData = "1.9.4" icons = "1.7.8" room = "2.8.3" navigation = "2.9.5"