diff --git a/app/build.gradle b/app/build.gradle index ce3dfd28..bc650362 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation "com.mikepenz:aboutlibraries:13.2.1" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation 'com.anggrayudi:storage:2.2.0' }