Skip to content

Commit

Permalink
Update unit test libraries for app
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed Nov 18, 2023
1 parent 1c33d9d commit 69af480
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ dependencies {
implementation project(':iterableapi')
implementation project(':iterableapi-ui')

testImplementation 'junit:junit:4.12'
testImplementation 'androidx.test:runner:1.2.0'
testImplementation 'androidx.test.espresso:espresso-core:3.2.0'
testImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation 'androidx.test:rules:1.2.0'
testImplementation 'org.mockito:mockito-core:2.27.0'
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'org.robolectric:shadows-playservices:4.3.1'
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.9.2'
testImplementation 'org.robolectric:shadows-playservices:4.9.2'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
androidTestImplementation 'androidx.test:runner:1.2.0'
Expand Down

0 comments on commit 69af480

Please sign in to comment.