From 895b3ff1bd1b56465ce00caf72fe3d6e5ee08729 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 8 Feb 2025 13:23:33 +0800 Subject: [PATCH] v3.3.1 release --- changelog.md | 4 ++++ module/module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 431c349..d436400 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,10 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v3.3.1 +- Fixed security patch logic, use pif.json to get security patch date. +- No auto config `security_patch.txt` for security patch lesser than one year. + ### v3.3 - Support auto config `security_patch.txt` for Tricky Store v1.2.1 or higher. - No longer need to add `!` to Play Store for devices that have security patch older than one year to get strong integrity in new A13+ check. diff --git a/module/module.prop b/module/module.prop index 3a0c39d..0f0dcda 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.3 -versionCode=330 +version=v3.3.1 +versionCode=331 author=KOWX712 description=A WebUI to conifgure tricky store target.txt updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json diff --git a/update.json b/update.json index 50142a3..5f3c6f4 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 330, - "version": "v3.3", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.3/TrickyAddonModule-v3.3.zip", + "versionCode": 331, + "version": "v3.3.1", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.3.1/TrickyAddonModule-v3.3.1.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file