Skip to content

Commit

Permalink
Fix testing with Robolectric/Roborazzi
Browse files Browse the repository at this point in the history
Support for Android V.
  • Loading branch information
iusmac committed Jan 25, 2025
1 parent c6448f5 commit 0df6675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
// https://android.googlesource.com/platform/external/dagger2
def hilt_version = '2.47'
// https://mvnrepository.com/artifact/io.github.takahirom.roborazzi/roborazzi
roborazzi_version = '1.29.0'
roborazzi_version = '1.40.1'
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-core
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-contrib
def espresso_version = '3.6.1'
Expand Down Expand Up @@ -69,7 +69,7 @@ buildscript {
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/recyclerview/recyclerview/
recyclerview : 'androidx.recyclerview:recyclerview:1.4.0-alpha01',
// https://mvnrepository.com/artifact/org.robolectric/robolectric
robolectric : 'org.robolectric:robolectric:4.13',
robolectric : 'org.robolectric:robolectric:4.14.1',
roborazzi : "io.github.takahirom.roborazzi:roborazzi:$roborazzi_version",
roborazzi_junit_rule : "io.github.takahirom.roborazzi:roborazzi-junit-rule:$roborazzi_version",
// https://mvnrepository.com/artifact/org.robolectric/android-all
Expand Down

0 comments on commit 0df6675

Please sign in to comment.