diff --git a/app/build.gradle b/app/build.gradle index fbbd1570..9f3b00c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -171,7 +171,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "androidx.room:room-testing:$room_version" androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'info.cukes:cucumber-android:1.2.5@jar' androidTestImplementation 'info.cukes:cucumber-picocontainer:1.2.6' androidTestImplementation 'com.android.support:support-annotations:28.0.0'