From a0a589240ae02e88c8165ffddfa3609ce500b5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:43:01 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.8.0 to 2.8.2 Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.0 to 2.8.2. --- 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 17cb0aa60..887b6d2d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -221,7 +221,7 @@ dependencies { implementation "androidx.work:work-runtime:$work_manager" playImplementation "androidx.work:work-gcm:$work_manager" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.2" implementation "androidx.room:room-runtime:$room" implementation "androidx.room:room-ktx:$room"