From b02c629872cde1b2fd66047e0fc8a6dfc0bca785 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 18 Nov 2024 08:24:56 +0100 Subject: [PATCH] Dependencies cleanup --- sample/build.gradle | 2 -- 1 file changed, 2 deletions(-) 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') }