Критический фикс отправки после верификации устройства и релиз 1.5.2

This commit is contained in:
2026-04-16 23:00:07 +05:00
parent 0c150a3113
commit 2066eb9f03
3 changed files with 74 additions and 30 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.1"
val rosettaVersionCode = 53 // Increment on each release
val rosettaVersionName = "1.5.2"
val rosettaVersionCode = 54 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {