Skip to content

Commit 9618e58

Browse files
Change mockito version
1 parent 48d63b0 commit 9618e58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/sdl_android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies {
4646
exclude group: 'com.android.support', module: 'support-annotations'
4747
})
4848
testImplementation 'junit:junit:4.12'
49-
testImplementation 'org.mockito:mockito-core:3.0.0'
50-
androidTestImplementation 'org.mockito:mockito-core:3.0.0'
51-
androidTestImplementation 'org.mockito:mockito-android:3.0.0'
49+
testImplementation 'org.mockito:mockito-core:3.3.3'
50+
androidTestImplementation 'org.mockito:mockito-core:3.3.3'
51+
androidTestImplementation 'org.mockito:mockito-android:3.3.3'
5252
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
5353
api 'androidx.annotation:annotation:1.1.0'
5454
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'

0 commit comments

Comments
 (0)