-
-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |