diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..6f064f0c 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" + androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0" androidTestUtil "androidx.test.services:test-services:1.5.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" }