From 4d81ad2105da14711ed54387a944a54e61e69e03 Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Fri, 10 Feb 2023 15:18:01 +0100 Subject: [PATCH] junit_modif --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 27032dc..1a49a10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - testImplementation 'junit:junit:' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'