From 6ad81dfdf3556152115c2b9ee9401617be9c6c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:02:31 +0000 Subject: [PATCH] Update dependency androidx.compose.runtime:runtime-livedata to v1.7.7 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a92f9cd..533b9da 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -101,7 +101,7 @@ dependencies { implementation("androidx.compose.material:material-icons-extended:1.7.7") implementation("androidx.compose.material3:material3-window-size-class") implementation("androidx.compose.ui:ui-tooling") - implementation("androidx.compose.runtime:runtime-livedata:1.7.6") + implementation("androidx.compose.runtime:runtime-livedata:1.7.7") // Adaptive layouts implementation("androidx.compose.material3.adaptive:adaptive:1.1.0-alpha09")