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'