Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

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 35eff51 commit 66fc40d
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.1f
const val IMAGE_DIFFERENCE_THRESHOLD = 1f
}

0 comments on commit 66fc40d

Please sign in to comment.