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.
This commit is contained in:
parent
5f51d605c0
commit
1eaa27ed9e
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue