From 92eee68b67f03e0b3abc221fa524dc0514b2650f Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:54:07 +0100 Subject: [PATCH] v15.6 --- changelog.md | 11 ++++++++--- update.json | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 85706e5..43af10d 100644 --- a/changelog.md +++ b/changelog.md @@ -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. \ No newline at end of file +- 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! \ No newline at end of file diff --git a/update.json b/update.json index 39cfec3..b980911 100644 --- a/update.json +++ b/update.json @@ -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" } \ No newline at end of file