We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f0b1a commit 5dd0f41Copy full SHA for 5dd0f41
packages/webview_flutter/webview_flutter_android/android/build.gradle
@@ -39,7 +39,7 @@ android {
39
implementation 'androidx.annotation:annotation:1.5.0'
40
implementation 'androidx.webkit:webkit:1.5.0'
41
testImplementation 'junit:junit:4.13.2'
42
- testImplementation 'org.mockito:mockito-inline:4.8.0'
+ testImplementation 'org.mockito:mockito-inline:5.1.0'
43
testImplementation 'androidx.test:core:1.3.0'
44
}
45
0 commit comments