Skip to content

Commit

Permalink
Updating the VERSION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan12 committed Oct 28, 2024
1 parent 9f9fd6c commit 7147218
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.6"
const val VERSION_NAME = "1.2.7"
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 7147218

Please sign in to comment.