Skip to content

Commit

Permalink
upgrade to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjie committed Oct 8, 2015
1 parent cc4ef36 commit 2e196de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

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

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

0 comments on commit 2e196de

Please sign in to comment.