Skip to content

Commit

Permalink
Merge pull request #31 from skniyajali/renovate/org.robolectric-robol…
Browse files Browse the repository at this point in the history
…ectric-4.x

Update dependency org.robolectric:robolectric to v4.10.3
  • Loading branch information
niyajali authored Jul 5, 2023
2 parents aa2f760 + ea54b50 commit 3abbe3f
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 @@ -98,12 +98,12 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-all:1.3"
testImplementation "androidx.arch.core:core-testing:2.1.0"
testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation "org.robolectric:robolectric:4.10.3"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0"
testImplementation "com.google.truth:truth:1.1.5"
testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1"
testImplementation "io.mockk:mockk:1.10.5"
testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation "org.robolectric:robolectric:4.10.3"

androidTestImplementation 'com.google.dagger:hilt-android-testing:2.37'
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.37'
Expand Down

0 comments on commit 3abbe3f

Please sign in to comment.