Повышение версии в DEV

This commit is contained in:
2026-04-07 03:18:41 +05:00
parent 6d14881fa2
commit 19508090a5
2 changed files with 13 additions and 14 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.7"
val rosettaVersionCode = 49 // Increment on each release
val rosettaVersionName = "1.4.8"
val rosettaVersionCode = 50 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {