Merge branch 'upgrade_roboletric_to_401' into 'master'

Upgrade robolectric to 4.0.1

See merge request briar/briar!980
This commit is contained in:
akwizgran
2018-11-08 11:00:08 +00:00
7 changed files with 16 additions and 23 deletions

View File

@@ -124,7 +124,7 @@ dependencies {
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
testImplementation 'org.robolectric:robolectric:3.8'
testImplementation 'org.robolectric:robolectric:4.0.1'
testImplementation 'org.robolectric:shadows-support-v4:3.3.2'
testImplementation 'org.mockito:mockito-core:2.13.0'
testImplementation 'junit:junit:4.12'