Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 31, 2024
1 parent 8d8082e commit 44063cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true

kotlin.incremental.native=true

roborazzi.image.extension=webp
# To debug
roborazzi.test.record=true
#roborazzi.test.verify=true
#roborazzi.test.compare=true
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ data class RoborazziOptions(
)

companion object {
val DefaultImageComparator = SimpleImageComparator(
maxDistance = 0.1F,
hShift = 4,
vShift = 4,
)
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F)
val DefaultResultValidator = ThresholdValidator(0F)
}
}
Expand Down
1 change: 0 additions & 1 deletion sample-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
testImplementation libs.androidx.compose.ui.test.junit4
debugImplementation libs.androidx.compose.ui.test.manifest
implementation libs.androidx.activity.compose
testImplementation("io.github.darkxanter:webp-imageio:0.3.0")

implementation libs.androidx.core.ktx
implementation libs.androidx.appcompat
Expand Down

0 comments on commit 44063cd

Please sign in to comment.