Skip to content

Commit

Permalink
Bump mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Oct 2, 2024
1 parent 3f37d95 commit 92f0205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ dependencies {

androidTestImplementation 'tools.fastlane:screengrab:2.1.1'

testImplementation 'org.mockito:mockito-core:2.18.3'
androidTestImplementation 'org.mockito:mockito-android:2.18.3'
testImplementation 'org.mockito:mockito-core:5.14.1'
androidTestImplementation 'org.mockito:mockito-android:5.14.1'

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

0 comments on commit 92f0205

Please sign in to comment.