lib update
This commit is contained in:
parent
699b4269cc
commit
40d510a9e1
|
@ -30,6 +30,7 @@ buildscript {
|
||||||
dexmakerVersion = "1.2"
|
dexmakerVersion = "1.2"
|
||||||
retrofit2Version = '2.9.0'
|
retrofit2Version = '2.9.0'
|
||||||
okhttp3Version = '4.9.0'
|
okhttp3Version = '4.9.0'
|
||||||
|
byteBuddyVersion = '1.10.21'
|
||||||
|
|
||||||
androidx_junit = '1.1.2'
|
androidx_junit = '1.1.2'
|
||||||
androidx_rules = '1.4.0-alpha04'
|
androidx_rules = '1.4.0-alpha04'
|
||||||
|
|
|
@ -134,9 +134,9 @@ dependencies {
|
||||||
exclude group: 'net.bytebuddy', module: 'byte-buddy-agent'
|
exclude group: 'net.bytebuddy', module: 'byte-buddy-agent'
|
||||||
}
|
}
|
||||||
// to fix org.mockito:mockito-core dependency issues, fixed in mockito 3+
|
// to fix org.mockito:mockito-core dependency issues, fixed in mockito 3+
|
||||||
testImplementation 'net.bytebuddy:byte-buddy:1.10.20'
|
testImplementation "net.bytebuddy:byte-buddy:$byteBuddyVersion"
|
||||||
testImplementation 'net.bytebuddy:byte-buddy-android:1.10.20'
|
testImplementation "net.bytebuddy:byte-buddy-android:byteBuddyVersion"
|
||||||
testImplementation 'net.bytebuddy:byte-buddy-agent:1.10.20'
|
testImplementation "net.bytebuddy:byte-buddy-agent:byteBuddyVersion"
|
||||||
|
|
||||||
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
|
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
|
||||||
testImplementation "org.powermock:powermock-module-junit4-rule-agent:${powermockVersion}"
|
testImplementation "org.powermock:powermock-module-junit4-rule-agent:${powermockVersion}"
|
||||||
|
|
Loading…
Reference in a new issue