From ce57e4a31b0704247f912d222c0fd8355184a361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 07:46:35 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.runtime:runtime-livedata to v1.8.3 (#278) 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 962bf17..12a74da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ lifecycleRuntimeKtx = "2.9.1" # Compose activityCompose = "1.10.1" composeBom = "2025.06.00" -liveData = "1.8.2" +liveData = "1.8.3" icons = "1.7.8" room = "2.7.1" navigation = "2.9.0"