From bb9cf35d8791b5b5cdd19490f62ea48954516919 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 27 Jul 2026 08:29:29 +0200 Subject: [PATCH] release: bump to 3.49.14.84 (versionCode 84) Ships the sitemap, single-file and change-report options (#77). Engine HTTRACK_VERSIONID is still 3.49.14, so only the last part moves. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_0163vUGoRjjxBmt67HhHQ7ps 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 7bb2f10..3b577c2 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 83 + versionCode 84 // Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream. - versionName "3.49.14.83" + versionName "3.49.14.84" ndk { abiFilters "arm64-v8a", "x86_64"