Релиз 1.5.2: обновление версии и ReleaseNotes
All checks were successful
Android Kernel Build / build (push) Successful in 20m45s

This commit is contained in:
2026-04-16 22:37:14 +05:00
parent 6242e3c34f
commit 2fc652cacb
2 changed files with 21 additions and 18 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 {