From 3a19a000efccf1101e9092f5fc27a341685327de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:46:38 +0000 Subject: [PATCH] Update dependency androidx.room:room-ktx to v2.8.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d3e61ba..953880e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ android { // Room implementation "androidx.room:room-runtime:2.5.0" kapt "androidx.room:room-compiler:2.5.0" - implementation "androidx.room:room-ktx:2.4.0" + implementation "androidx.room:room-ktx:2.8.4" // LiveData implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.2"