diff --git a/app/build.gradle b/app/build.gradle index 6777f25..b841fd3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,5 +66,5 @@ dependencies { implementation 'com.google.firebase:firebase-firestore:25.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }