Skip to content

Commit

Permalink
update version to 2.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Mar 30, 2017
1 parent 1a4fc24 commit d939e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {


defaultConfig {
def versionMajor = 1
def versionMinor = 4
def versionMajor = 2
def versionMinor = 0
def versionPatch = 0

versionName buildVersionName(versionMajor, versionMinor, versionPatch)
Expand Down

0 comments on commit d939e7f

Please sign in to comment.