From 5a448d03c7b8f5f9322498d843c348fcc4b5ebb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:30:07 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.6.0 to 1.6.1 Bumps androidx.compose.runtime:runtime-livedata from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 90db225..468d3e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.8.2' // Integration with ViewModels implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0' - implementation "androidx.compose.runtime:runtime-livedata:1.6.0" + implementation "androidx.compose.runtime:runtime-livedata:1.6.1" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.7'