Релиз 1.5.4: обновить версию и Release Notes

This commit is contained in:
2026-04-17 14:22:15 +05:00
parent 7199e174f1
commit 95ec00547c
2 changed files with 7 additions and 6 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.3"
val rosettaVersionCode = 55 // Increment on each release
val rosettaVersionName = "1.5.4"
val rosettaVersionCode = 56 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {