From 649176f6dd599b6e16142f123ed70199c4cf476a Mon Sep 17 00:00:00 2001 From: chiteroman Date: Tue, 13 Aug 2024 23:58:02 +0200 Subject: [PATCH] Release v17.0 --- changelog.md | 8 +++++--- update.json | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index ae6e048..4ec06b8 100644 --- a/changelog.md +++ b/changelog.md @@ -7,9 +7,11 @@ If not, try removing /data/adb/pif.json file. Donations: https://www.paypal.com/paypalme/chiteroman -NOTE: If your ROM is signed with test-keys, modify "SPOOF_PACKAGE_MANAGER" value in /data/adb/modules/playintegrityfix/pif.json and set to "true". +NOTE: If your ROM is signed with test-keys, modify "SPOOF_PACKAGE_MANAGER" value in +/data/adb/modules/playintegrityfix/pif.json and set to "true". Remember to kill com.google.android.gms.unstable process after this! -# v16.9 +# v17.0 -- Update fingerprint, Device verdict passing again ✔ +- Update to latest husky beta fingerprint +- Improvements in code diff --git a/update.json b/update.json index 6dab16e..ece38b9 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v16.9", - "versionCode": 16900, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v16.9/PlayIntegrityFix_v16.9.zip", + "version": "v17.0", + "versionCode": 17000, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.0/PlayIntegrityFix_v17.0.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }