Skip to content

Commit

Permalink
v15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Feb 7, 2024
1 parent e76015d commit 92eee68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Minor improvements.
- 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!
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 92eee68

Please sign in to comment.