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.
Stock ROMs gives the best results.
# v18.2
# v18.4
- Update fingerprint
- Add action.sh (to auto update fingerprint to latest beta)
- Revert changes in v18.3
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",
"versionCode": 18200,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.2/PlayIntegrityFix_v18.2.zip",
"version": "v18.4",
"versionCode": 18400,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.4/PlayIntegrityFix_v18.4.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
}