We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce4fd5 commit db1e225Copy full SHA for db1e225
app/build.gradle
@@ -56,9 +56,7 @@ dependencies {
56
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
57
exclude group: 'com.androidx', module: 'support-annotations'
58
})
59
- androidTestImplementation('tools.fastlane:screengrab:1.1.0', {
60
- exclude group: 'com.androidx', module: 'support-annotations'
61
- })
+ androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
62
63
testImplementation 'org.mockito:mockito-core:2.18.3'
64
androidTestImplementation 'org.mockito:mockito-android:2.18.3'
0 commit comments