This commit is contained in:
chiteroman 2024-02-07 11:54:07 +01:00
parent e76015d23b
commit 92eee68b67
2 changed files with 11 additions and 6 deletions

View File

@ -2,7 +2,12 @@ We have a Telegram group!
If you want to share your knowledge join:
https://t.me/playintegrityfix
# v15.5
# v15.6
- Revert spoof kernel release (it didn't work). Kernel developers should implement in kernel the spoof or rename kernel localversion.
- Fix bootloop issue in modern devices.
- Move code logic to C.
- Minor improvements.
Device verdict should pass by default.
If not, try removing /data/adb/pif.json file.
DO NOT REMOVE pif.json in module's folder!

View File

@ -1,6 +1,6 @@
{
"version": "v15.5",
"versionCode": 15500,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.5/PlayIntegrityFix_v15.5.zip",
"version": "v15.6",
"versionCode": 15600,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.6/PlayIntegrityFix_v15.6.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
}