From 7612a0d35cb98237ecf98d791381f79acf93dc96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:28:34 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.3.0 --- 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..81c961e 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.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"