Релиз 1.3.7: новый Stream, транспорт вложений и фиксы совместимости
All checks were successful
Android Kernel Build / build (push) Successful in 19m57s

This commit is contained in:
2026-03-29 23:16:38 +05:00
parent ce6bc985be
commit 89259b2a46
12 changed files with 685 additions and 236 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.3.6"
val rosettaVersionCode = 38 // Increment on each release
val rosettaVersionName = "1.3.7"
val rosettaVersionCode = 39 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {