Exclude robolectric's transitive bouncycastle dependency
This commit is contained in:
@@ -19,7 +19,9 @@ dependencies {
|
||||
// http://robolectric.org/getting-started/
|
||||
// http://www.vogella.com/tutorials/Robolectric/article.html
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.robolectric:robolectric:3.0'
|
||||
testCompile ('org.robolectric:robolectric:3.0') {
|
||||
exclude group: 'org.bouncycastle', module: 'bcprov-jdk16'
|
||||
}
|
||||
testCompile 'org.mockito:mockito-core:1.10.19'
|
||||
|
||||
// UI testing with Espresso
|
||||
|
||||
Reference in New Issue
Block a user