Remove redundant dependency declarations.

This commit is contained in:
akwizgran
2018-11-07 16:10:39 +00:00
parent 866be99179
commit 41e5d8900c
6 changed files with 0 additions and 12 deletions

View File

@@ -131,8 +131,6 @@ dependencies {
testImplementation "org.jmock:jmock:2.8.2"
testImplementation "org.jmock:jmock-junit4:2.8.2"
testImplementation "org.jmock:jmock-legacy:2.8.2"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "org.hamcrest:hamcrest-core:1.3"
def espressoVersion = '3.0.2'
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espressoVersion"