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" }