diff --git a/android/app/build.gradle b/android/app/build.gradle index 4d3a449..b0e4cd0 100644 --- a/android/app/build.gradle +++ b/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.6.1' }