Релиз 1.2.3: обновлены версия и release notes
All checks were successful
Android Kernel Build / build (push) Successful in 24m33s

This commit is contained in:
2026-03-19 15:32:09 +05:00
parent af4a3a5f27
commit 6e14213b5c
3 changed files with 21 additions and 22 deletions

View File

@@ -23,8 +23,8 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown"
// ═══════════════════════════════════════════════════════════
// Rosetta versioning — bump here on each release
// ═══════════════════════════════════════════════════════════
val rosettaVersionName = "1.2.2"
val rosettaVersionCode = 24 // Increment on each release
val rosettaVersionName = "1.2.3"
val rosettaVersionCode = 25 // Increment on each release
android {
namespace = "com.rosetta.messenger"