Bump version
This commit is contained in:
parent
a1782ba361
commit
546e94499a
|
|
@ -1,4 +1,4 @@
|
||||||
version: '0.5.1.3_{build}-{branch}'
|
version: '0.5.1.4_{build}-{branch}'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
ANDROID_HOME: C:\android-sdk-windows
|
ANDROID_HOME: C:\android-sdk-windows
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ static def calcSha256(file) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
||||||
def buildVersionName = 'v0.5.1.3'
|
def buildVersionName = 'v0.5.1.4'
|
||||||
def buildVersionCode = 233
|
def buildVersionCode = 233
|
||||||
|
|
||||||
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue