Use .buildcount file for unique auto-incrementing versionCode
Build counter is incremented by deploy.ps1 on every deploy, ensuring unique versionCode even from the same commit. File is gitignored.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,3 +18,6 @@ local.properties
|
||||
|
||||
# Platform tools
|
||||
ovr-platform-util.exe
|
||||
|
||||
# Build counter
|
||||
.buildcount
|
||||
|
||||
Reference in New Issue
Block a user