From 4a228afa9f3f1ed2a4e28c0b101fcb25a72e443b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:11:44 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.1 to 2.8.3 Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.1 to 2.8.3. --- 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 1c6941b..f748cf2 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.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3' implementation "androidx.compose.runtime:runtime-livedata:1.6.7" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.7'