diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47e035884..12fbb8a0e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,7 +52,7 @@ android { testOptions { screenshotTests { - imageDifferenceThreshold = 0.02f // 2% + imageDifferenceThreshold = 0.04f // 2% } } }