From 0233707f52004d7bae1a59320a3fa06099c40e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:01:39 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.5.4 to 1.6.0 Bumps androidx.compose.runtime:runtime-livedata from 1.5.4 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-type: direct:production update-type: version-update:semver-minor ... 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 4b42d59..7698e9e 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.5.4" + implementation "androidx.compose.runtime:runtime-livedata:1.6.0" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.6'