diff --git a/app/build.gradle b/app/build.gradle index 796d075..d78e476 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,8 +76,9 @@ dependencies { // tests testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.7.6' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test:rules:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test:rules:1.5.1' + androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2' testImplementation 'pl.pragmatists:JUnitParams:0.3.6' // dependency injection implementation 'com.squareup.dagger:dagger:1.2.5'