diff --git a/app/build.gradle b/app/build.gradle index 8ff3f9e..3eab256 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,4 +38,6 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + implementation "androidx.room:room-runtime:2.2.5" + annotationProcessor "androidx.room:room-compiler:2.2.5" } \ No newline at end of file