This commit is contained in:
chiteroman 2024-08-16 10:48:28 +02:00
parent 8c4474f7cb
commit f042c27e25
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

View File

@ -11,7 +11,6 @@ NOTE: If your ROM is signed with test-keys, modify "SPOOF_PACKAGE_MANAGER" value
/data/adb/modules/playintegrityfix/pif.json and set to "true". /data/adb/modules/playintegrityfix/pif.json and set to "true".
Remember to kill com.google.android.gms.unstable process after this! Remember to kill com.google.android.gms.unstable process after this!
# v17.0 # v17.1
- Update to latest husky beta fingerprint - Update fingerprint from husky to akita
- Improvements in code

View File

@ -1,6 +1,6 @@
{ {
"version": "v17.0", "version": "v17.1",
"versionCode": 17000, "versionCode": 17100,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.0/PlayIntegrityFix_v17.0.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.1/PlayIntegrityFix_v17.1.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }