fix gradle
This commit is contained in:
parent
34b77112f7
commit
89ae801fa0
|
@ -135,8 +135,8 @@ dependencies {
|
|||
}
|
||||
// to fix org.mockito:mockito-core dependency issues, fixed in mockito 3+
|
||||
testImplementation "net.bytebuddy:byte-buddy:$byteBuddyVersion"
|
||||
testImplementation "net.bytebuddy:byte-buddy-android:byteBuddyVersion"
|
||||
testImplementation "net.bytebuddy:byte-buddy-agent:byteBuddyVersion"
|
||||
testImplementation "net.bytebuddy:byte-buddy-android:$byteBuddyVersion"
|
||||
testImplementation "net.bytebuddy:byte-buddy-agent:$byteBuddyVersion"
|
||||
|
||||
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
|
||||
testImplementation "org.powermock:powermock-module-junit4-rule-agent:${powermockVersion}"
|
||||
|
|
Loading…
Reference in a new issue