From 676c205666336c3b13448cc7702d8feeafcf64dd Mon Sep 17 00:00:00 2001 From: k1ngsterr1 Date: Tue, 31 Mar 2026 20:03:32 +0500 Subject: [PATCH] Release 1.3.9: fix calls, verified badge on call screens, dark wallpapers - Revert CallManager to 1.3.6 base (fix broken call encryption) - Add 45s incoming ring timeout with proper peer notification - Add verified badge on call history and active call screens - Add dark wallpapers to theme selector - Fix wallpaper selector item sizing Co-Authored-By: Claude Opus 4.6 (1M context) --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 30bdb4a..21e77fb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown" // ═══════════════════════════════════════════════════════════ // Rosetta versioning — bump here on each release // ═══════════════════════════════════════════════════════════ -val rosettaVersionName = "1.3.8" -val rosettaVersionCode = 40 // Increment on each release +val rosettaVersionName = "1.3.9" +val rosettaVersionCode = 41 // Increment on each release val customWebRtcAar = file("libs/libwebrtc-custom.aar") android {