From 6a8dfc50db38be1137ba82cec42cb7d62f7a027a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:00:59 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.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 abe8529..b338e39 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -64,7 +64,7 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'com.android.support:multidex:1.0.3' }