This commit is contained in:
chiteroman 2024-10-03 17:26:57 +02:00
parent a466518ab6
commit da4bd8b983
2 changed files with 6 additions and 9 deletions

View File

@ -15,10 +15,7 @@ If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM. isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results. Stock ROMs gives the best results.
# v17.6 # v17.7
- Remove keybox logic - Update Gradle and AGP
- Update AGP, NDK & CMake - Update fingerprint (fix RCS)
- Change build from MinSizeRel to Release (better performance)
- Enable LTO
- Refactor code

View File

@ -1,6 +1,6 @@
{ {
"version": "v17.6", "version": "v17.7",
"versionCode": 17600, "versionCode": 17700,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.6/PlayIntegrityFix_v17.6.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.7/PlayIntegrityFix_v17.7.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }