From 6ef5d29d3ebed56c35456c1a2d08bde37fc2e821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:15:23 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.7.2 to 1.7.3 Bumps androidx.compose.runtime:runtime-livedata from 1.7.2 to 1.7.3. --- 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 d2f8006..5d45828 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.9.2' // Integration with ViewModels implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5" - implementation "androidx.compose.runtime:runtime-livedata:1.7.2" + implementation "androidx.compose.runtime:runtime-livedata:1.7.3" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.0"