mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
Make every module read its release version from gradle/libs.versions.toml instead of carrying its own literal, so a release bump is a single-file edit. - Move the Android versionCode out of amethyst/build.gradle.kts into the catalog as `appCode`; amethyst reads it via libs.versions.appCode.get(). - quartz publishes with version = libs.versions.app.get(). - geode generates a BuildConfig.VERSION from the catalog (new generateVersionFile task) and RelayInfo.VERSION reads it, so the NIP-11 software version tracks releases. - Update the root build comment to point at the appCode entry. Version-neutral: everything still resolves to the current 1.12.0 / 448. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>