Skip to content

Commit

Permalink
Prepare for release 2.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GDG-X committed Sep 28, 2016
1 parent dd1ab5f commit e789e9e
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 @@ -49,7 +49,7 @@ ext {
versionMajor = 2
versionMinor = 6
versionPatch = 0
versionBuild = 1 // bump for dogfood builds, public betas, etc.
versionBuild = 2 // 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 e789e9e

Please sign in to comment.