Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Sep 27, 2021
1 parent 950ee60 commit 43e8d80
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 @@ -23,7 +23,7 @@ android {
// SemVer
val major = 1
val minor = 0
val patch = 3
val patch = 4
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major.$minor.$patch"
base.archivesName.set("$applicationId-v$versionCode")
Expand Down

0 comments on commit 43e8d80

Please sign in to comment.