Skip to content

Commit

Permalink
[#469] Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmaitre committed Mar 16, 2023
1 parent a06bd69 commit 0f5856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdk = Versions.minSdk
targetSdk = Versions.targetSdk
val versionCodeProperty = project.findTypedProperty<String>("versionCode")
versionCode = versionCodeProperty?.toInt() ?: 1
versionCode = versionCodeProperty?.toInt() ?: 2
versionName = version.toString()
val versionNameSuffixProperty = project.findTypedProperty<String>("versionNameSuffix")
versionNameSuffix = versionNameSuffixProperty
Expand Down

0 comments on commit 0f5856c

Please sign in to comment.