Skip to content

Commit

Permalink
Release v17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Aug 25, 2024
1 parent a96220b commit 689b93b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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 "spoofSignature" value in
If your ROM is signed with test-keys, modify "spoofSignature" value in
/data/adb/modules/playintegrityfix/pif.json and set to "true".
Remember to kill com.google.android.gms.unstable process after this!

# v17.2
If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results.

- Fix custom ROMs support
- Spoof android.os.Build fields in Zygisk instead Java
- Compatibility with TrickyStore module
- If hook is disabled, unload Zygisk lib
- Add granular advanced spoofing options (thanks @osm0sis)
- Other minor improvements
# v17.3

- Fix SELinux prop spoofing
- Remove useless code
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v17.2",
"versionCode": 17200,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.2/PlayIntegrityFix_v17.2.zip",
"version": "v17.3",
"versionCode": 17300,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.3/PlayIntegrityFix_v17.3.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
}

0 comments on commit 689b93b

Please sign in to comment.