We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0e06d commit b611547Copy full SHA for b611547
buildSrc/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
implementation 'com.android.tools.build:gradle:8.2.0'
17
implementation 'org.jetbrains:annotations:24.1.0'
18
testImplementation 'junit:junit:4.13.2'
19
- testImplementation 'org.mockito:mockito-core:5.8.0'
+ testImplementation 'org.mockito:mockito-core:5.10.0'
20
}
21
22
validatePlugins {
0 commit comments