Skip to content

Commit

Permalink
increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Oct 28, 2020
1 parent 8f56c25 commit acdc1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
targetSdkVersion 30
// SemVer
def major = 0
def minor = 1
def minor = 2
def patch = 0
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major ($major.$minor.$patch)"
Expand Down

0 comments on commit acdc1a7

Please sign in to comment.