From 7aea0da6417c1d62bea0d254a45fb36bdb8f4de3 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Tue, 4 Mar 2025 20:57:53 +0100 Subject: [PATCH] update version --- changelog.md | 12 ++---------- module/module.prop | 8 ++++---- update.json | 8 ++++---- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/changelog.md b/changelog.md index d2fe217..67a8694 100644 --- a/changelog.md +++ b/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. diff --git a/module/module.prop b/module/module.prop index e62ebbf..04c861b 100644 --- a/module/module.prop +++ b/module/module.prop @@ -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 diff --git a/update.json b/update.json index 72455e1..a507179 100644 --- a/update.json +++ b/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" } \ No newline at end of file