diff --git a/android/app/build.gradle b/android/app/build.gradle index cf0da5b..0360865 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,6 +46,6 @@ flutter { dependencies { testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' }