Релиз 1.1.3: обновлена версия и release notes
All checks were successful
Android Kernel Build / build (push) Successful in 16h10m28s

- Поднят versionName до 1.1.3 и versionCode до 15.
- Обновлены release notes под текущий релиз.
- В notes добавлены изменения по reply/mentions в группах, индикаторам чтения и UX-исправлениям.
This commit is contained in:
2026-03-05 20:00:38 +05:00
parent 5de0777063
commit 1fb891df53
2 changed files with 16 additions and 21 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.1.2"
val rosettaVersionCode = 14 // Increment on each release
val rosettaVersionName = "1.1.3"
val rosettaVersionCode = 15 // Increment on each release
android {
namespace = "com.rosetta.messenger"