From 092f96586462fb7a5845bc88cff804fef25e4d49 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 28 Jul 2026 02:02:29 +0200 Subject: [PATCH] release: bump to 3.49.14.85 (versionCode 85), fresh engine Moves the pinned engine 52 commits, from 9e29c1e to cd3051c. One of them is 374087a, the fix for the va_list bug behind the sitemap checkbox crashing the crawl on Android. HTTRACK_VERSIONID is still 3.49.14, so the versionName prefix does not change. The engine's source list did not move either, so Android.mk needs no edit, and no new command-line option turned up. Closes #82 Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Xavier Roche --- app/build.gradle | 4 ++-- app/src/main/jni/httrack | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3b577c2..ec3ff99 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 84 + versionCode 85 // Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream. - versionName "3.49.14.84" + versionName "3.49.14.85" ndk { abiFilters "arm64-v8a", "x86_64" diff --git a/app/src/main/jni/httrack b/app/src/main/jni/httrack index 9e29c1e..cd3051c 160000 --- a/app/src/main/jni/httrack +++ b/app/src/main/jni/httrack @@ -1 +1 @@ -Subproject commit 9e29c1e159c75142d6dcc554d8aa009bf15d1ba5 +Subproject commit cd3051ca1a90493d772ac1191812a29b2487e868