Skip to content

Commit

Permalink
Update unit test libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed Nov 18, 2023
1 parent c20942d commit 0b1d72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
Expand Down
14 changes: 7 additions & 7 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ dependencies {
api 'com.google.firebase:firebase-messaging:20.3.0'
implementation "androidx.security:security-crypto:1.1.0-alpha06"

testImplementation 'junit:junit:4.12'
testImplementation 'androidx.test:runner:1.3.0'
testImplementation 'androidx.test.espresso:espresso-core:3.3.0'
testImplementation 'androidx.test.ext:junit:1.1.2'
testImplementation 'androidx.test:rules:1.3.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:runner:1.5.2'
testImplementation 'androidx.test.espresso:espresso-core:3.5.1'
testImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'androidx.test:rules:1.5.0'
testImplementation 'org.mockito:mockito-core:3.3.3'
testImplementation 'org.robolectric:robolectric:4.4'
testImplementation 'org.robolectric:shadows-playservices:4.4'
testImplementation 'org.robolectric:robolectric:4.9.2'
testImplementation 'org.robolectric:shadows-playservices:4.9.2'
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
Expand Down

0 comments on commit 0b1d72a

Please sign in to comment.