Релиз 1.3.4: sticky-плашка звонка и поиск сообщений в диалоге
All checks were successful
Android Kernel Build / build (push) Successful in 19m40s

This commit is contained in:
2026-03-28 15:17:58 +05:00
parent aa40f5287c
commit 46b1b3a6f1
10 changed files with 558 additions and 28 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.3"
val rosettaVersionCode = 35 // Increment on each release
val rosettaVersionName = "1.3.4"
val rosettaVersionCode = 36 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {