From c5a7e6cd47ab8c980ec77cba44fa9c2ff34abe47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 10:30:49 +0200 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.1 (#400) Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f2324e..afbed7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.7' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.fragment:fragment-ktx:1.7.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1' implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.1" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'