From 89b3ef6c812b4f8845c5d78e4f41f11483992f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:42:55 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.5 to 2.8.6 Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.5 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose 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 0526da5..61b000a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { // Integration with activities implementation 'androidx.activity:activity-compose:1.9.3' // Integration with ViewModels - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6" implementation "androidx.compose.runtime:runtime-livedata:1.7.2" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.3"