We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026383a commit b1860e6Copy full SHA for b1860e6
packages/quick_actions/quick_actions_android/example/android/app/build.gradle
@@ -62,6 +62,6 @@ dependencies {
62
androidTestImplementation "androidx.test:runner:$androidXTestVersion"
63
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
64
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
65
- androidTestImplementation 'org.mockito:mockito-core:4.3.1'
+ androidTestImplementation 'org.mockito:mockito-core:4.6.1'
66
androidTestImplementation 'org.mockito:mockito-android:4.6.1'
67
}
0 commit comments