mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-04-29 01:22:07 +08:00
This commit is contained in:
parent
b8e81f760c
commit
7aea0da641
12
changelog.md
12
changelog.md
@ -4,14 +4,6 @@ https://t.me/playintegrityfix
|
||||
Donations:
|
||||
https://www.paypal.com/paypalme/chiteroman
|
||||
|
||||
# Info
|
||||
# v2-inject
|
||||
|
||||
Should pass Device verdicts (legacy and new) by default without spoofing a valid certificate chain.
|
||||
|
||||
If you want to pass Strong verdicts you must use [TrickyStore](https://github.com/5ec1cff/TrickyStore) + valid and not revoked keybox signed by valid Google private key (good luck finding one).
|
||||
|
||||
# v18.6
|
||||
|
||||
- Update fingerprint.
|
||||
- Update autopif script (action script).
|
||||
- Bypass new checks.
|
||||
- Rebase from normal version.
|
||||
|
@ -1,7 +1,7 @@
|
||||
id=playintegrityfix
|
||||
name=Play Integrity Fix
|
||||
version=v18.6
|
||||
versionCode=18600
|
||||
version=v2-inject
|
||||
versionCode=2
|
||||
author=chiteroman
|
||||
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15
|
||||
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json
|
||||
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8+
|
||||
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/inject/update.json
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "v18.6",
|
||||
"versionCode": 18600,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.6/PlayIntegrityFix_v18.6.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||
"version": "v2-inject",
|
||||
"versionCode": 2,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/inject/PlayIntegrityFix.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/inject/changelog.md"
|
||||
}
|
Loading…
Reference in New Issue
Block a user