Skip to content

Commit

Permalink
version: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Jun 27, 2022
1 parent 532a92a commit f79e5cc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
@@ -1,7 +1,18 @@
**If you found this helpful, please consider supporting development with a [recurring donation](https://patreon.com/kdrag0n) for rewards such as early access to updates, exclusive behind-the-scenes development news, and priority support. Alternatively, [you can also buy me a coffee](https://paypal.me/kdrag0ndonate). All support is appreciated!**
# v2.3.1

# v2.2.1
## Highlights

- Fixed under-display fingerprint sensor on Realme devices (thanks @osm0sis, @byxiaorun, @Jowat97)
- Clarified definition of "basic attestation" in readme
- Add check to prevent installation on unsupported Android versions (7.x and older)
- Fixed fingerprint on OxygenOS/ColorOS 12 (@osm0sis)
- Support for Magisk 24+ module updates (@benjibobs)
- Restored support for Android 7

## Other changes

- Spoofed OnePlus OEM unlock status for futureproofing (@osm0sis)
- Minor code improvements

**This version only supports Zygisk (Magisk 24 and newer).**

---

**If you found this module helpful, please consider supporting development with a [recurring donation](https://patreon.com/kdrag0n) for rewards such as early access to updates, exclusive behind-the-scenes development news, and priority support. Alternatively, [you can also buy me a coffee](https://paypal.me/kdrag0ndonate). All support is appreciated!**
4 changes: 2 additions & 2 deletions magisk/module.prop
@@ -1,7 +1,7 @@
id=safetynet-fix
name=Universal SafetyNet Fix
version=v2.2.1
versionCode=20201
version=v2.3.1
versionCode=20301
author=kdrag0n
description=A universal fix for SafetyNet on Android 8–12 devices with hardware attestation and unlocked bootloaders.
updateJson=https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/update.json
8 changes: 4 additions & 4 deletions update.json
@@ -1,6 +1,6 @@
{
"version": "v2.2.1",
"versionCode": 20201,
"zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.2.1/safetynet-fix-v2.2.1.zip",
"version": "v2.3.1",
"versionCode": 20301,
"zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.3.1/safetynet-fix-v2.3.1.zip",
"changelog": "https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/CHANGELOG.md"
}
}

0 comments on commit f79e5cc

Please sign in to comment.