Релиз 1.1.3: обновлена версия и release notes
All checks were successful
Android Kernel Build / build (push) Successful in 16h10m28s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user