Add version info for locally building

This commit is contained in:
solohsu 2019-06-16 23:03:22 +08:00
parent db0a589b11
commit 6dccef53d3
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ 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 = 'v1.0.0'
def buildVersionCode = 1
def buildVersionName = 'v0.4.4.5_alpha'
def buildVersionCode = 10000
if (System.env.APPVEYOR_BUILD_VERSION != null) {
buildVersionName = "v${System.getenv('appveyor_build_version')}"