From 441a978b0e54820563f9d8ac1ee2ed6b198f1741 Mon Sep 17 00:00:00 2001 From: Mohammed Basim <80418737+BFK78@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:23:09 +0530 Subject: [PATCH] Updated room dependecies from 2.2.5 to 2.4.0 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ed2ecfe3..aedc3d07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,11 +47,11 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0" // Room - implementation "androidx.room:room-runtime:2.2.5" - kapt "androidx.room:room-compiler:2.2.5" + implementation "androidx.room:room-runtime:2.4.0" + kapt "androidx.room:room-compiler:2.4.0" // Kotlin Extensions and Coroutines support for Room - implementation "androidx.room:room-ktx:2.2.5" + implementation "androidx.room:room-ktx:2.4.0" // Coroutines implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5'