From 50eb399ebd4d9649bab0a14be7031d77c9638b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:32:35 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.2.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5cc5ece..695561e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,6 +91,6 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.4' // Android tests - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file