From 7be68c42a3a99b10a356f54e67a334a89f7eb776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:08:15 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.7.1 to 1.7.2 Bumps androidx.compose.runtime:runtime-livedata from 1.7.1 to 1.7.2. --- 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 6f3ff25..cc916fa 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.1" + implementation "androidx.compose.runtime:runtime-livedata:1.7.2" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.0"