diff --git a/changelog.md b/changelog.md index 156aeab3..fab668cf 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.6 +# v16.7 -- Change fingerprint to fix RCS -- Misc improvements \ No newline at end of file +- Unsigned custom ROMs (signed with test keys) should pass Device verdict +- Fix bootloops on PixelOS custom ROM diff --git a/update.json b/update.json index 53436205..113529cc 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v16.6", - "versionCode": 16600, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.6/PlayIntegrityFix_v16.6.zip", + "version": "v16.7", + "versionCode": 16700, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.7/PlayIntegrityFix_v16.7.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }