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:
2026-02-24 12:09:36 +01:00
parent 9259b0fb28
commit 756a3da783
3 changed files with 22 additions and 11 deletions

3
.gitignore vendored
View File

@@ -18,3 +18,6 @@ local.properties
# Platform tools
ovr-platform-util.exe
# Build counter
.buildcount