diff --git a/app/build.gradle b/app/build.gradle index 56fb778fb..0161f579e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,9 +124,6 @@ dependencies { implementation "androidx.annotation:annotation:$androidXAnnotations" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion" implementation "com.jakewharton.timber:timber:$timberVersion" - implementation "androidx.test.espresso:espresso-idling-resource:$espressoVersion" - implementation "androidx.room:room-runtime:$roomVersion" - kapt "androidx.room:room-compiler:$roomVersion" // Architecture Components implementation "androidx.room:room-runtime:$roomVersion"