Релиз 1.3.6: hotfix качества звонков (возврат call-core к 1.3.3)
Some checks failed
Android Kernel Build / build (push) Failing after 12m11s

This commit is contained in:
2026-03-29 13:30:00 +05:00
parent fa1288479f
commit 26f4597c3b
3 changed files with 8 additions and 16 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.5"
val rosettaVersionCode = 37 // Increment on each release
val rosettaVersionName = "1.3.6"
val rosettaVersionCode = 38 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {