diff --git a/sample/build.gradle b/sample/build.gradle index 15ad7c0..9d08845 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -67,8 +67,6 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1" androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" androidTestUtil "androidx.test.services:test-services:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" -// androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1' androidTestImplementation project(':moka') }