From 762d6419ce1ca0cfc280c904ad323c4d0520b02c Mon Sep 17 00:00:00 2001 From: enki Date: Sun, 26 Jul 2026 12:39:09 -0700 Subject: [PATCH] Versioning: Android is independent of desktop, not lockstep Co-Authored-By: Claude Fable 5 --- plugins/src/main/kotlin/Versions.kt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/src/main/kotlin/Versions.kt b/plugins/src/main/kotlin/Versions.kt index a14bc9d0cc..b225a2133e 100644 --- a/plugins/src/main/kotlin/Versions.kt +++ b/plugins/src/main/kotlin/Versions.kt @@ -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