diff --git a/app/build.gradle b/app/build.gradle index f0571b5..4353509 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -111,7 +111,7 @@ dependencies { implementation 'com.wang.avi:library:2.1.3' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.3.0-alpha02' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha02' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'android.arch.navigation:navigation-fragment:1.0.0' }