chore(release): publish v6.0.0-224

Bump OTA pointer to v6.0.0-224 and document the 59-commit delta
from v6.0.0-162. Highlights:

- Duck Detector TamperScore-4 cleared on Xiaomi A16
- Self-sufficient spoofing (PatchLevelManager, BulletinPoller,
  PIF FileObserver, vbmeta complement props)
- Persistent symmetric key storage (PR #22)
- Action button hardened: vol+ confirm + 22-language i18n
- Build: JVM 21, gradle auto-rewrites update.json
This commit is contained in:
Enginex0
2026-05-19 19:41:31 +01:00
parent b9defa70ae
commit da9a99bfbf
2 changed files with 55 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"version": "v6.0.0-211",
"versionCode": 211,
"zipUrl": "https://github.com/Enginex0/TEESimulator-RS/releases/download/v6.0.0-211/TEESimulator-RS-v6.0.0-211-Release.zip",
"version": "v6.0.0-224",
"versionCode": 224,
"zipUrl": "https://github.com/Enginex0/TEESimulator-RS/releases/download/v6.0.0-224/TEESimulator-RS-v6.0.0-224-Release.zip",
"changelog": "https://raw.githubusercontent.com/Enginex0/TEESimulator-RS/main/module/changelog.md"
}