Bump version
This commit is contained in:
parent
8d7a6627ab
commit
398d8b0553
|
|
@ -1,4 +1,4 @@
|
|||
version: '0.4.6.3 ({build})'
|
||||
version: '0.4.6.4 ({build})'
|
||||
|
||||
environment:
|
||||
ANDROID_HOME: C:\android-sdk-windows
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
||||
def buildVersionName = 'v0.4.6.3'
|
||||
def buildVersionName = 'v0.4.6.4'
|
||||
def buildVersionCode = 233
|
||||
|
||||
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue