Skip to content

Commit

Permalink
Updating the VERSION_CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jul 4, 2024
1 parent fa505f2 commit de663dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const val TARGET_SDK = 34
const val COMPILE_SDK: Int = 34
const val MIN_SDK = 21

const val VERSION_NAME = "1.2.4"
const val VERSION_NAME = "1.2.5"
val versions = VERSION_NAME.split(".")
val VERSION_CODE = 1000000 * versions[0].toInt() + 1000 * versions[1].toInt() + versions[2].toInt()

Expand Down

0 comments on commit de663dd

Please sign in to comment.