Skip to content

Commit

Permalink
Updated build code for version
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan99 committed Feb 8, 2021
1 parent dfb4a2d commit 6f36d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Version {
private const val patch = 0

private val buildType: BuildType = BuildType.ALPHA
private const val buildCode = 1
private const val buildCode = 2

private const val standard = (major * 100 + minor) * 100 + patch
val versionCode = (standard * 10 + buildType.typeCode) * 100 + buildCode
Expand Down

0 comments on commit 6f36d41

Please sign in to comment.