Skip to content

Commit a4cdad2

Browse files
committed
revert
1 parent 92f0205 commit a4cdad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ dependencies {
6363

6464
androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
6565

66-
testImplementation 'org.mockito:mockito-core:5.14.1'
67-
androidTestImplementation 'org.mockito:mockito-android:5.14.1'
66+
testImplementation 'org.mockito:mockito-core:2.18.3'
67+
androidTestImplementation 'org.mockito:mockito-android:2.18.3'
6868

6969
implementation 'androidx.test.espresso:espresso-idling-resource:3.6.1'
7070
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)