Skip to content

Commit

Permalink
#version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RayBa82 committed Jan 29, 2017
1 parent 67af493 commit 860cd05
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 @@ -2,7 +2,7 @@
def majorVersion = 1
def minorVersion = 2
def patchVersion = 0
def buildNumber = 9
def buildNumber = 10
def buildVersionCode;
def buildVersionName
buildVersionCode = majorVersion * 10000000 + minorVersion * 100000 + patchVersion * 100 + buildNumber
Expand Down

0 comments on commit 860cd05

Please sign in to comment.