Фикс оптимизации

This commit is contained in:
2026-03-26 03:01:52 +05:00
parent 9202204094
commit 31db795c56
2 changed files with 5 additions and 8 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.0"
val rosettaVersionCode = 32 // Increment on each release
val rosettaVersionName = "1.3.1"
val rosettaVersionCode = 33 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {