Exclude robolectric's transitive bouncycastle dependency

This commit is contained in:
Dominik Schürmann
2016-02-09 01:00:40 +01:00
parent fa2958c65a
commit 08393bc5c3

View File

@@ -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