diff --git a/android/app/build.gradle b/android/app/build.gradle index fdae8e7..fd76745 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,7 +139,7 @@ dependencies { autoImplementation 'com.google.firebase:firebase-firestore' autoImplementation 'com.google.android.gms:play-services-location:21.3.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }