mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +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') {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user