We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973c397 commit 0446902Copy full SHA for 0446902
app/build.gradle.kts
@@ -52,7 +52,7 @@ android {
52
53
testOptions {
54
screenshotTests {
55
- imageDifferenceThreshold = 0.0001f // 0.01%
+ imageDifferenceThreshold = 0.01f // 1%
56
}
57
58
0 commit comments