From 22e564967e21f06c7a7e54975ef5f3bd7d0dd33e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:46:41 +0000 Subject: [PATCH] Update dependency androidx.room:room-runtime 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..4c7be0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ android { implementation "com.squareup.retrofit2:converter-gson:2.9.0" // Room - implementation "androidx.room:room-runtime:2.5.0" + implementation "androidx.room:room-runtime:2.8.4" kapt "androidx.room:room-compiler:2.5.0" implementation "androidx.room:room-ktx:2.4.0"