From a5daa03948cfc80952b3d98a2f126b1c114884b6 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 25 Jul 2026 11:18:15 +0200 Subject: [PATCH] release: bump to 3.49.14.83 (versionCode 83) Internal release carrying the coffeecatch bump (#75): the crash handler now picks the old signal handler by SA_SIGINFO and guards against a fault inside the unwinder. Engine unchanged at 3.49.14, so only build.gradle moves. Co-authored-by: Claude Opus 5 (1M context) Signed-off-by: Xavier Roche --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 074b493..7bb2f10 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,9 +16,9 @@ android { // insets (EdgeToEdge) are now mandatory: the platform ignores the opt-out at this level. targetSdk 36 // Must exceed the versionCode currently live on the Play listing before uploading. - versionCode 82 + versionCode 83 // Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream. - versionName "3.49.14.82" + versionName "3.49.14.83" ndk { abiFilters "arm64-v8a", "x86_64"