From 9c673bd8df9643521c8c662d0b3d9f373e69f94f Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 24 Jul 2026 15:41:14 +0200 Subject: [PATCH] release: bump to 3.49.14.81 (versionCode 81) Ship the two changes sitting on master since vc80: the doc-index license.txt and history.txt bundling (#69) and the dropped Java .class parser credit (#70). Engine stays at 3.49.14, so the versionName prefix is unchanged and Android.mk is untouched. 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 ac9fadc..08ad8de 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 80 + versionCode 81 // Prefix = engine HTTRACK_VERSIONID (htsglobal.h); track upstream. - versionName "3.49.14.80" + versionName "3.49.14.81" ndk { abiFilters "arm64-v8a", "x86_64"