Skip to content

Commit

Permalink
ANDROID-14133 Update roborazzi to 1.7.0 (#323)
Browse files Browse the repository at this point in the history
* ANDROID-14133 Update roborazzi to 1.7.0

* ANDROID-14133 Update roboelectric

* ANDROID-14133 Update ui-test-manifest
  • Loading branch information
jeprubio authored Dec 26, 2023
1 parent b760ce2 commit 1bbb215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir reports
touch reports/report.html
cp */screenshots/*_compare.png reports/
cp */build/outputs/roborazzi/*_compare.png reports/
files=$(find . -type f -name "*_compare.png" | grep "reports/")
{
echo '<!doctype html>'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
accompanist_version = "0.30.1"
coil_version = '2.2.2'
constraintComposeVersion = '1.0.1'
roborazzi_version = "1.4.0"
roborazzi_version = "1.7.0"
}
repositories {
google()
Expand All @@ -28,7 +28,7 @@ buildscript {
plugins {
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
id "io.github.takahirom.roborazzi" version '1.4.0' apply false
id "io.github.takahirom.roborazzi" version '1.7.0' apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
testImplementation 'androidx.compose.ui:ui-test-manifest:1.0.5'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation "io.github.takahirom.roborazzi:roborazzi:$roborazzi_version"
testImplementation "io.github.takahirom.roborazzi:roborazzi-compose:$roborazzi_version"
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
Expand Down

0 comments on commit 1bbb215

Please sign in to comment.