Skip to content

Commit

Permalink
up IMAGE_DIFFERENCE_THRESHOLD value
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacnguyen0809 committed Sep 16, 2024
1 parent 21c8e63 commit 8c57bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfigConstants.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object BuildConfigConstants {
const val IMAGE_DIFFERENCE_THRESHOLD = 0.02f
const val IMAGE_DIFFERENCE_THRESHOLD = 0.03f
}

0 comments on commit 8c57bd9

Please sign in to comment.