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 27, 2025
1 parent bc5ef28 commit c1f125f
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.8"
const val VERSION_NAME = "1.2.9"
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 c1f125f

Please sign in to comment.