From 5de5a7e43cc25f52b7d04f79bd6a22fb22c33c1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:26:58 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.2.1 --- visionppi/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visionppi/app/build.gradle b/visionppi/app/build.gradle index fcc0f8f..510f478 100644 --- a/visionppi/app/build.gradle +++ b/visionppi/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0-alpha01' implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"