v18.4
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
chiteroman 2025-01-20 23:29:08 +01:00
parent 23c0a4ff78
commit a3241685ad
2 changed files with 8 additions and 7 deletions

View File

@ -11,9 +11,10 @@ If you are using TrickyStore and you have a valid keybox, but Strong
isn't passing, maybe you should change the ROM. isn't passing, maybe you should change the ROM.
Stock ROMs gives the best results. Stock ROMs gives the best results.
# v18.2 # v18.4
- Update fingerprint - Revert changes in v18.3
- Add action.sh (to auto update fingerprint to latest beta)
Thanks to osm0sis, backslashxx and KOWX712 It seems that injecting a lib in the unstable process (GMS) doesn't work on some devices :(
I tried to optimize the code to avoid battery drain.

View File

@ -1,6 +1,6 @@
{ {
"version": "v18.2", "version": "v18.4",
"versionCode": 18200, "versionCode": 18400,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.2/PlayIntegrityFix_v18.2.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.4/PlayIntegrityFix_v18.4.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }