diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 08784863..2ef4f1c6 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -57,5 +57,5 @@ flutter { dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' }