mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 13:27:57 +01:00
Replace hamcrest with assertj. ChaptersSubject now uses only one observeOn.
This commit is contained in:
@@ -76,7 +76,6 @@ android {
|
||||
dependencies {
|
||||
final SUPPORT_LIBRARY_VERSION = '23.1.1'
|
||||
final DAGGER_VERSION = '2.0.2'
|
||||
final HAMCREST_VERSION = '1.3'
|
||||
final MOCKITO_VERSION = '1.10.19'
|
||||
final STORIO_VERSION = '1.7.0'
|
||||
final ICEPICK_VERSION = '3.1.0'
|
||||
@@ -128,9 +127,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "org.hamcrest:hamcrest-core:$HAMCREST_VERSION"
|
||||
testCompile "org.hamcrest:hamcrest-library:$HAMCREST_VERSION"
|
||||
testCompile "org.hamcrest:hamcrest-integration:$HAMCREST_VERSION"
|
||||
testCompile 'org.assertj:assertj-core:2.3.0'
|
||||
testCompile "org.mockito:mockito-core:$MOCKITO_VERSION"
|
||||
testCompile('org.robolectric:robolectric:3.0') {
|
||||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
|
||||
Reference in New Issue
Block a user