Skip to content

Commit

Permalink
ANDROID-13796 downgrade roborazzi to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Oct 9, 2023
1 parent a19421e commit d193e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare_screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
mkdir reports
touch reports/report.html
cp */build/outputs/roborazzi/*_compare.png reports/
cp */screenshots/*_compare.png reports/
files=$(find . -type f -name "*_compare.png" | grep "reports/")
{
echo '<!doctype html>'
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
roborazzi_version = "1.4.0"
}
repositories {
google()
Expand Down

0 comments on commit d193e19

Please sign in to comment.