Skip to content

Commit

Permalink
Update value IMAGE_DIFFERENCE_THRESHOLD
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacnguyen0809 committed Sep 14, 2024
1 parent 6a83b82 commit 75a6b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object BuildConfigConstants {
const val IMAGE_DIFFERENCE_THRESHOLD = 0.0001f
const val IMAGE_DIFFERENCE_THRESHOLD = 0.001f
}

0 comments on commit 75a6b1d

Please sign in to comment.