diff --git a/app/build.gradle b/app/build.gradle index b461653..c7f366c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'com.google.android.material:material:1.3.0' implementation 'de.hdodenhof:circleimageview:3.1.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation project(':openCVLibrary341') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"