version: 2.3.1

This commit is contained in:
Danny Lin 2022-06-27 02:44:45 -07:00
parent 532a92a0b6
commit f79e5cc37e
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC
3 changed files with 22 additions and 11 deletions

View File

@ -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!**

View File

@ -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 812 devices with hardware attestation and unlocked bootloaders.
updateJson=https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/update.json

View File

@ -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"
}
}