Release v17.0

This commit is contained in:
chiteroman 2024-08-13 23:58:02 +02:00
parent e1e024e677
commit 649176f6dd
No known key found for this signature in database
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

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