From baf8b63f46092ab222cea15f9f841c8abb0867a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:45:02 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.8.6 to 2.8.7 Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.6 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx 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 77deedd..6af0902 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.fragment:fragment-ktx:1.8.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6' - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' // External dependencies