try map versionName correctly
This commit is contained in:
parent
2e8698f066
commit
bbc20c75aa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ android {
|
|||
targetSdkVersion 21
|
||||
|
||||
versionCode System.getenv("APK_NUMBER_VERSION")? System.getenv("APK_NUMBER_VERSION").toInteger(): versionCode
|
||||
versionName System.getenv("APK_VERSION") ?: versionName
|
||||
versionName System.getenv("APK_VERSION")? System.getenv("APK_NUMBER_VERSION").toString(): versionName
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
Loading…
Reference in a new issue