remove unused espresso dep, replace testing-support-lib

Closes #3213
// FREEBIE
fork-5.53.8
Rhodey Orbits 2015-05-20 17:39:23 -07:00 zatwierdzone przez Moxie Marlinspike
rodzic 592cb49f93
commit dba7fd06c8
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -78,10 +78,7 @@ dependencies {
androidTestCompile ('com.squareup.assertj:assertj-android:1.0.0') {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
androidTestCompile ('com.android.support.test.espresso:espresso-core:2.0') {
exclude group: 'javax.inject'
}
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
androidTestCompile 'com.android.support.test:runner:0.2'
}
dependencyVerification {