Release v15.7.2

This commit is contained in:
chiteroman 2024-02-08 12:39:56 +01:00
parent 1f6fadf058
commit 3753ee5ca7
3 changed files with 11 additions and 7 deletions

View File

@ -2,6 +2,10 @@
This module attempts to fix Play Integrity verdicts to get a certified device on bootloader unlocked devices. This module attempts to fix Play Integrity verdicts to get a certified device on bootloader unlocked devices.
Device verdict should pass by default.
If not, try removing /data/adb/pif.json file.
DO NOT REMOVE pif.json in module's folder!
Wiki: https://github.com/chiteroman/PlayIntegrityFix/wiki Wiki: https://github.com/chiteroman/PlayIntegrityFix/wiki
XDA post: https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/ XDA post: https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/

View File

@ -1,6 +1,6 @@
{ {
"version": "v15.7.1", "version": "v15.7.2",
"versionCode": 15701, "versionCode": 15702,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.7/PlayIntegrityFix_v15.7.1.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.7.2/PlayIntegrityFix_v15.7.2.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }