From a84692989a92de8110c56d2008a9a9a39a768e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:11:53 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.3 to 2.8.4 Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.3 to 2.8.4. --- 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 c4207d9..fce6020 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { // Integration with activities implementation 'androidx.activity:activity-compose:1.9.0' // Integration with ViewModels - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4' implementation "androidx.compose.runtime:runtime-livedata:1.6.8" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.7'