Unit assembly drones + more visuals

This commit is contained in:
Anuken
2021-12-15 14:51:42 -05:00
parent b5ce9e1a38
commit 00ed0d017c
16 changed files with 242 additions and 98 deletions

View File

@@ -62,7 +62,7 @@ android{
targetSdkVersion 30
versionName versionNameResult
versionCode = (System.getenv("TRAVIS_BUILD_ID") != null ? System.getenv("TRAVIS_BUILD_ID").toInteger() : vcode)
versionCode = vcode
if(project.hasProperty("release")){
props['androidBuildCode'] = (vcode + 1).toString()