Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Prepare for release 2.3.0.8
  • Loading branch information
tasomaniac committed Mar 19, 2016
2 parents 0a0c23a + fbe6aab commit 22ad328
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 @@ -48,7 +48,7 @@ ext {
versionMajor = 2
versionMinor = 3
versionPatch = 0
versionBuild = 7 // bump for dogfood builds, public betas, etc.
versionBuild = 8 // bump for dogfood builds, public betas, etc.

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

0 comments on commit 22ad328

Please sign in to comment.