From 0597786308ae6e95e3be1149f24e3255299eec3c Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:55:19 +0200 Subject: [PATCH] v16.8 --- changelog.md | 6 +++--- update.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index fab668c..9ac0bc3 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ If not, try removing /data/adb/pif.json file. Donations: https://www.paypal.com/paypalme/chiteroman -# v16.7 +# v16.8 -- Unsigned custom ROMs (signed with test keys) should pass Device verdict -- Fix bootloops on PixelOS custom ROM +- Fix bootloops +- Add json key to enable/disable package manager spoofing diff --git a/update.json b/update.json index 113529c..a5f8e90 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v16.7", - "versionCode": 16700, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.7/PlayIntegrityFix_v16.7.zip", + "version": "v16.8", + "versionCode": 16800, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.8/PlayIntegrityFix_v16.8.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }