Update Robolectric to 3.2.2

This commit is contained in:
Dominik Schürmann
2017-02-01 23:15:59 +01:00
parent 694d03fb2d
commit b831cd5725
22 changed files with 138 additions and 213 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.1.2') {
testCompile ('org.robolectric:robolectric:3.2.2') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk16'
}
testCompile 'org.mockito:mockito-core:1.10.19'