diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index f63dad1..a425a65 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -56,6 +56,6 @@ flutter { dependencies { testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }