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