We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03b15 commit eb579e8Copy full SHA for eb579e8
imagepipeline/build.gradle
@@ -20,7 +20,9 @@ dependencies {
20
testCompile "com.google.guava:guava:${GUAVA_VERSION}"
21
testCompile "junit:junit:${JUNIT_VERSION}"
22
testCompile "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}"
23
- testCompile "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
+ testCompile("org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}") {
24
+ exclude group: 'org.mockito', module: 'mockito-all'
25
+ }
26
testCompile "org.powermock:powermock-module-junit4-rule:${POWERMOCK_VERSION}"
27
testCompile "org.powermock:powermock-classloading-xstream:${POWERMOCK_VERSION}"
28
testCompile("org.robolectric:robolectric:${ROBOLECTRIC_VERSION}") {
0 commit comments