mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-22 02:07:20 +07:00
Different Android version code system
This commit is contained in:
parent
8d738c31e7
commit
532263b417
@ -76,7 +76,7 @@ android{
|
||||
targetSdkVersion 29
|
||||
|
||||
versionName versionNameResult
|
||||
versionCode = (System.getenv("CI") == "true" ? System.getenv("TRAVIS_TAG").toInteger() : vcode)
|
||||
versionCode = (System.getenv("CI") == "true" ? System.getenv("TRAVIS_BUILD_ID").toInteger() : vcode)
|
||||
|
||||
if(project.hasProperty("release")){
|
||||
props['androidBuildCode'] = (vcode + 1).toString()
|
||||
|
Loading…
Reference in New Issue
Block a user