Skip to content

Commit

Permalink
change format of version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeerd committed Nov 5, 2018
1 parent 170f64d commit d679e70
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 @@ -41,7 +41,7 @@ android {
minSdkVersion 23

versionCode getGitVersionCode()
versionName "0.1.2-" + getGitVersionName() + "-r" + getGitVersionCode()
versionName "0.2."+getGitVersionCode()+"-" + getGitVersionName()
}
buildTypes {
release {
Expand Down

0 comments on commit d679e70

Please sign in to comment.