From d32bc120980ed6333bce3132f4a6cef7f376b7d8 Mon Sep 17 00:00:00 2001 From: sspanak Date: Mon, 27 Mar 2023 14:15:15 +0300 Subject: [PATCH] updated RoomDB 2.5.0 -> 2.5.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7991b611..1fb18f49 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ apply plugin: 'com.android.application' dependencies { implementation "androidx.core:core:1.9.0" implementation 'androidx.preference:preference:1.2.0' - implementation "androidx.room:room-runtime:2.5.0" - annotationProcessor "androidx.room:room-compiler:2.5.0" + implementation "androidx.room:room-runtime:2.5.1" + annotationProcessor "androidx.room:room-compiler:2.5.1" } repositories {