diff --git a/android/app/build.gradle b/android/app/build.gradle index 48bbeea..7484189 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -130,7 +130,7 @@ dependencies { 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.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {