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 Jan 26, 2025
1 parent e2eb40d commit 124fc00
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 = 35
const val COMPILE_SDK: Int = 35
const val MIN_SDK = 21

const val VERSION_NAME = "1.2.7"
const val VERSION_NAME = "1.2.8"
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 124fc00

Please sign in to comment.