Релиз 1.2.9: fullscreen фото edge-to-edge без черных бордеров
Some checks failed
Android Kernel Build / build (push) Failing after 9m58s

This commit is contained in:
2026-03-22 02:21:03 +05:00
parent 7a188a2dbc
commit db55225d84
3 changed files with 6 additions and 23 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.8"
val rosettaVersionCode = 30 // Increment on each release
val rosettaVersionName = "1.2.9"
val rosettaVersionCode = 31 // Increment on each release
android {
namespace = "com.rosetta.messenger"