update version
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
chiteroman 2025-03-04 20:57:53 +01:00
parent b8e81f760c
commit 7aea0da641
3 changed files with 10 additions and 18 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"
}