Релиз 1.5.3: хотфиксы протокола, синка и больших логов

This commit is contained in:
2026-04-17 01:30:57 +05:00
parent 53e2119feb
commit 7521b9a11b
6 changed files with 148 additions and 35 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.5.2"
val rosettaVersionCode = 54 // Increment on each release
val rosettaVersionName = "1.5.3"
val rosettaVersionCode = 55 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {