Релиз 1.3.5: ForegroundService звонков и фиксы клавиатуры
All checks were successful
Android Kernel Build / build (push) Successful in 19m26s

This commit is contained in:
2026-03-28 17:24:08 +05:00
parent 46b1b3a6f1
commit fa1288479f
6 changed files with 397 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.3.4"
val rosettaVersionCode = 36 // Increment on each release
val rosettaVersionName = "1.3.5"
val rosettaVersionCode = 37 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {