From cbb16810640b3bf581a8cb9cc72fa5a759cee54e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Mon, 9 Jan 2023 09:45:23 -0800 Subject: [PATCH] Revert "Revert Magisk update metadata" This reverts commit 65bc7f072e7c5a4278e5d79fed5877ce7cecfa1e. The current implementation of dynamic fingerprint spoofing seems to work well in practice, and I haven't received any issue reports so far. It can be improved in a future release if necessary. --- CHANGELOG.md | 13 +++++++------ update.json | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1476b..26eb536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,19 @@ -# v2.3.1 +# v2.4.0 ## Highlights -- Fixed fingerprint on OxygenOS/ColorOS 12 (@osm0sis) -- Support for Magisk 24+ module updates (@benjibobs) -- Restored support for Android 7 +- **Play Integrity bypass** without breaking device checks or causing other issues +- Disabled use of hardware attestation on Pixel 7 and newer (@anirudhgupta109) ## Other changes -- Spoofed OnePlus OEM unlock status for futureproofing (@osm0sis) -- Minor code improvements +- Updated instructions for newer Android and Magisk versions +- Better debugging for future development **This version only supports Zygisk (Magisk 24 and newer).** +It's taken a while to find way to bypass Play Integrity that doesn't require spoofing the build fingerprint permanently, but I wanted to make sure this module doesn't cause any unnecessary breakage. Enjoy! + --- # Donate diff --git a/update.json b/update.json index 61d836e..ae738d7 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.3.1", - "versionCode": 20301, - "zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.3.1/safetynet-fix-v2.3.1.zip", + "version": "v2.4.0", + "versionCode": 20400, + "zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.4.0/safetynet-fix-v2.4.0.zip", "changelog": "https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/CHANGELOG.md" }