Skip to content

Commit db1e225

Browse files
committed
fix fastlane
1 parent cce4fd5 commit db1e225

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ dependencies {
5656
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
5757
exclude group: 'com.androidx', module: 'support-annotations'
5858
})
59-
androidTestImplementation('tools.fastlane:screengrab:1.1.0', {
60-
exclude group: 'com.androidx', module: 'support-annotations'
61-
})
59+
androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
6260

6361
testImplementation 'org.mockito:mockito-core:2.18.3'
6462
androidTestImplementation 'org.mockito:mockito-android:2.18.3'

0 commit comments

Comments
 (0)