Skip to content

Commit

Permalink
upgrade to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjie committed Oct 7, 2015
1 parent f62aa4d commit 31348bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repositories {
}

def versionMajor = 1
def versionMinor = 1
def versionPatch = 2
def versionMinor = 2
def versionPatch = 0

def baseVersionCode = versionMajor * 100 + versionMinor * 10 + versionPatch
def baseVersionName = versionMajor + '.' + versionMinor + '.' + versionPatch
Expand Down

0 comments on commit 31348bc

Please sign in to comment.