From 81d51ee69ecca8ba345e3223ca3e0db7b473971c Mon Sep 17 00:00:00 2001 From: Mohammed Basim <80418737+BFK78@users.noreply.github.com> Date: Thu, 10 Feb 2022 17:24:31 +0530 Subject: [PATCH] Updated room dependency to 2.4.1 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5ec04ab2..eb6bd7d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,9 +82,9 @@ dependencies { kapt "androidx.hilt:hilt-compiler:1.0.0" // Room - implementation "androidx.room:room-runtime:2.3.0" - kapt "androidx.room:room-compiler:2.3.0" + implementation "androidx.room:room-runtime:2.4.1" + kapt "androidx.room:room-compiler:2.4.1" // Kotlin Extensions and Coroutines support for Room - implementation "androidx.room:room-ktx:2.3.0" -} \ No newline at end of file + implementation "androidx.room:room-ktx:2.4.1" +}