From 3c84225a7754f1663223c140b4001833b3d9c499 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 24 Jul 2026 16:29:27 +0200 Subject: [PATCH] release: bump to 3.49.14.82 (versionCode 82) Beta release carrying the project-name wizard fix (#72): selecting an existing project no longer loses the Web address after navigating Back and forward. Engine unchanged at 3.49.14, so only build.gradle moves. Co-Authored-By: Claude Opus 4.8 (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 08ad8de..074b493 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 81 + versionCode 82 // Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream. - versionName "3.49.14.81" + versionName "3.49.14.82" ndk { abiFilters "arm64-v8a", "x86_64"