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" +}