Versioning: Android is independent of desktop, not lockstep
Sonar / Sonar Quality Checks (push) Has been cancelled
Code Quality Checks / Search for forbidden patterns (push) Has been cancelled
Code Quality Checks / Search for invalid screenshot files (push) Has been cancelled
Code Quality Checks / Project Check Suite (push) Has been cancelled
Code Quality Checks / Search for invalid dependencies (push) Has been cancelled
Code Quality Checks / Konsist tests (push) Has been cancelled
Code Quality Checks / Compose tests (push) Has been cancelled
Code Quality Checks / Android lint check (push) Has been cancelled
Code Quality Checks / Detekt checks (push) Has been cancelled
Code Quality Checks / Ktlint checks (push) Has been cancelled
Code Quality Checks / Doc checks (push) Has been cancelled
Code Quality Checks / Check shell scripts (push) Has been cancelled
Code Quality Checks / Run zizmor (push) Has been cancelled
Create release App Bundle and APKs / Create App Bundle (Gplay) (push) Has been cancelled
Create release App Bundle and APKs / Create App Bundle Enterprise (push) Has been cancelled
Create release App Bundle and APKs / Create APKs (FDroid) (push) Has been cancelled
Test / Runs unit tests (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-26 12:39:09 -07:00
parent 8d45f776e8
commit 762d6419ce
+4 -3
View File
@@ -30,9 +30,10 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
*/
/**
* Blap versions the app in lockstep with the desktop release (upstream's CalVer scheme is
* gone). Bump these with every release; versionCode derives from them and must only grow
* within this scheme (max 2 digits for minor/patch).
* Blap Android versions INDEPENDENTLY of desktop (upstream's CalVer scheme is gone,
* and lockstep with desktop was explicitly rejected — auto-update tooling needs this
* repo's own monotonic version line). Bump per Android release; versionCode derives
* from these and must only grow (max 2 digits for minor/patch).
*/
private const val versionMajor = 1
private const val versionMinor = 0