Skip to content

Commit

Permalink
Prepare for version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Jul 24, 2017
1 parent cacd938 commit bc6d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {

versionMajor = 1
versionMinor = 5
versionBuild = 0
versionBuild = 1

versionCode = versionMajor * 10000 + versionMinor * 1000 + versionBuild
versionName = "${versionMajor}.${versionMinor}"
Expand Down

0 comments on commit bc6d207

Please sign in to comment.