Bump version

This commit is contained in:
Jim Wu 2020-04-04 12:07:19 +08:00
parent ffa7ced044
commit fe8e2c7e85
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: '0.4.6.2 ({build})' version: '0.4.6.3 ({build})'
environment: environment:
ANDROID_HOME: C:\android-sdk-windows ANDROID_HOME: C:\android-sdk-windows

View File

@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
// 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.4.6.2' def buildVersionName = 'v0.4.6.3'
def buildVersionCode = 233 def buildVersionCode = 233
if (System.env.APPVEYOR_BUILD_VERSION != null) { if (System.env.APPVEYOR_BUILD_VERSION != null) {