From 1fc4b9bec69f097fdf482fcee35f114d96b5481f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 07:47:54 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.runtime:runtime-livedata to v1.7.8 (#155) 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 bfa8f47..d7c7c76 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ lifecycleRuntimeKtx = "2.8.7" # Compose activityCompose = "1.10.0" composeBom = "2025.01.01" -liveData = "1.7.7" +liveData = "1.7.8" icons = "1.7.7" room = "2.6.1" navigation = "2.8.6"