Релиз v1.5.0: расшифровка групповых фото (Desktop v1.2.1 parity), анимация удаления, image logs, фикс caption
Some checks failed
Android Kernel Build / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 02:27:58 +05:00
parent 30327fade2
commit accf34f233
2 changed files with 31 additions and 46 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.4.9"
val rosettaVersionCode = 51 // Increment on each release
val rosettaVersionName = "1.5.0"
val rosettaVersionCode = 52 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {