update robolectric to 3.6.1

This commit is contained in:
Vincent Breitmoser
2018-01-24 02:30:37 +01:00
parent da40c6bc52
commit dcbf57f688
4 changed files with 16 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ dependencies {
// http://robolectric.org/getting-started/
// http://www.vogella.com/tutorials/Robolectric/article.html
testCompile 'junit:junit:4.12'
testCompile ('org.robolectric:robolectric:3.2.2') {
testCompile ('org.robolectric:robolectric:3.6.1') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk16'
}
testCompile 'org.mockito:mockito-core:1.10.19'