Bump to beta

This commit is contained in:
solohsu 2019-06-24 15:39:35 +08:00
parent cb75cff8b5
commit 93170d9388
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.5.1_alpha'
def buildVersionName = 'v0.4.5.1_beta'
def buildVersionCode = 10000
if (System.env.APPVEYOR_BUILD_VERSION != null) {