diff --git a/android/app/build.gradle b/android/app/build.gradle index 48bbeea..47f1bab 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -129,7 +129,7 @@ dependencies { phoneImplementation 'com.google.firebase:firebase-firestore' phoneImplementation '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' }