remove unused espresso dep, replace testing-support-lib

Closes #3213
// FREEBIE
pull/1/head
Rhodey Orbits 9 years ago committed by Moxie Marlinspike
parent 592cb49f93
commit dba7fd06c8

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

Loading…
Cancel
Save