diff --git a/android/build.gradle b/android/build.gradle index df4bcf4..31c8596 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -146,7 +146,7 @@ configurations.all { // multi-release overlay that this AGP's Jetifier can't parse ("Unsupported // class file major version 68"). 1.15.x is the last line without that overlay // and is still API-compatible with mockito's usage. - force 'net.bytebuddy:byte-buddy:1.15.11' - force 'net.bytebuddy:byte-buddy-agent:1.15.11' + force 'net.bytebuddy:byte-buddy:1.18.14' + force 'net.bytebuddy:byte-buddy-agent:1.18.14' } }