Skip to content

Commit

Permalink
Update build.gradle (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiao-QA authored Sep 23, 2020
1 parent 790bba3 commit 78abcca
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 @@ -217,7 +217,7 @@ def getVersionProperties() {
}

def versionMajor = 1
def versionMinor = 6
def versionMinor = 7
def versionPatch = versionProps.getProperty('patch', '0').toInteger()
def isVaultRelease = false

Expand Down Expand Up @@ -295,4 +295,4 @@ protobuf {
}
}
}
}
}

0 comments on commit 78abcca

Please sign in to comment.