diff --git a/00-Login-Kt/app/build.gradle b/00-Login-Kt/app/build.gradle index 4cc479f4..ca3cd597 100644 --- a/00-Login-Kt/app/build.gradle +++ b/00-Login-Kt/app/build.gradle @@ -46,5 +46,5 @@ dependencies { implementation 'com.auth0.android:auth0:2.9.2' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' }