Skip to content

Commit

Permalink
Updating the VERSION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jul 29, 2024
1 parent 0f5c947 commit 4b1a2dd
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.5"
const val VERSION_NAME = "1.2.6"
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 4b1a2dd

Please sign in to comment.