Релиз 1.4.6: обновление протокола звонков
All checks were successful
Android Kernel Build / build (push) Successful in 23m10s

This commit is contained in:
2026-04-04 23:32:00 +05:00
parent 2bb3281ccf
commit 9e14724ae2
2 changed files with 10 additions and 26 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.5"
val rosettaVersionCode = 47 // Increment on each release
val rosettaVersionName = "1.4.6"
val rosettaVersionCode = 48 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {