From b02865e963c8248c63ca3b8a6b6e7878641e4e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 13:43:47 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.7.0 to 2.8.0 (#2561) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d34780e5a..889c96e7a 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.7.0" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.0" implementation "androidx.room:room-runtime:$room" implementation "androidx.room:room-ktx:$room"