From 1eaa27ed9e9105b94df93e51b7292efe815a0033 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 7 Feb 2018 16:47:31 +0100 Subject: [PATCH] Remove instrumented test dependencies The server is not a real Android application, it's just a jar with a main method. Instrumented tests are meaningless in this context. --- server/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/build.gradle b/server/build.gradle index 26ae1951..c4ae50a1 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -21,6 +21,4 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' }