This commit is contained in:
chiteroman 2024-12-13 22:15:03 +01:00
parent 94c7c8252a
commit 89ed021da0
2 changed files with 5 additions and 17 deletions

View File

@ -11,18 +11,6 @@ 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.
# v18.0 # v18.1
- Module won't delete ro.build.selinux prop, if you can't pass attestation, you can try deleting it - Update fingerprint
manually.
More info here: https://github.com/chiteroman/PlayIntegrityFix/pull/470
- Update fingerprint to latest oriole (Pixel 6) beta rom
- Remove auto conflict apps (cause bootloops, just remove them manually)
- Improve Zygisk check
- Upgrade Gradle, AGP and CMake
- Enable LTO for Zygisk lib

View File

@ -1,6 +1,6 @@
{ {
"version": "v18.0", "version": "v18.1",
"versionCode": 18000, "versionCode": 18100,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.0/PlayIntegrityFix_v18.0.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.1/PlayIntegrityFix_v18.1.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }