Release 1.4.1: hotfix E2EE call diagnostics
All checks were successful
Android Kernel Build / build (push) Successful in 19m25s
All checks were successful
Android Kernel Build / build (push) Successful in 19m25s
- Enable E2EE diag logging for all builds - Add native frame count / bad streak health checks - Reduce scan receiver log spam
This commit is contained in:
@@ -23,8 +23,8 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown"
|
|||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
// Rosetta versioning — bump here on each release
|
// Rosetta versioning — bump here on each release
|
||||||
// ═══════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════
|
||||||
val rosettaVersionName = "1.4.0"
|
val rosettaVersionName = "1.4.1"
|
||||||
val rosettaVersionCode = 42 // Increment on each release
|
val rosettaVersionCode = 43 // Increment on each release
|
||||||
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
|
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
Reference in New Issue
Block a user