Skip to content

Commit

Permalink
version: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Jan 6, 2023
1 parent 22fd150 commit aeb51dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Android versions up to 13 are supported, including OEM skins such as Samsung One

Install the downloaded module in Magisk Manager, then **enable Zygisk in Magisk settings.**

There is also a [Riru version](https://github.com/kdrag0n/safetynet-fix/releases/tag/v2.1.3) for Magisk v23 and older, but it is no longer updated. Please update to a current version of Magisk and use the Zygisk version.
There is also a [Riru version](https://github.com/kdrag0n/safetynet-fix/releases/tag/v2.1.3) for Magisk 23 and older, but it is no longer updated. Please update to a current version of Magisk and use the Zygisk version.

## How does it work?

Expand Down
4 changes: 2 additions & 2 deletions magisk/module.prop
@@ -1,7 +1,7 @@
id=safetynet-fix
name=Universal SafetyNet Fix
version=v2.3.1
versionCode=20301
version=v2.4.0
versionCode=20400
author=kdrag0n
description=A universal fix for SafetyNet and Play Integrity on Android 8–13 devices with hardware attestation.
updateJson=https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/update.json
6 changes: 3 additions & 3 deletions 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"
}

0 comments on commit aeb51dc

Please sign in to comment.