mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-21 21:28:25 +00:00
remove unused espresso dep, replace testing-support-lib
Closes #3213 // FREEBIE
This commit is contained in:
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…
x
Reference in New Issue
Block a user