From a6e8cc91e315cf5a7017c6ab5274b1feb1c9e930 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 19:43:33 +0000 Subject: [PATCH] Update dependency com.android.support.test:runner to v1.0.2 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }