diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index c363779..3011794 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -63,5 +63,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' }