Revert Magisk update metadata

Next public release(s) will be published after robustness improvements
to fingerprint spoofing are done. In the meantime, revert this to avoid
linking to a 404 release.
This commit is contained in:
Danny Lin
2023-01-06 19:08:19 -08:00
parent e643275a71
commit 65bc7f072e
2 changed files with 9 additions and 10 deletions
+6 -7
View File
@@ -1,19 +1,18 @@
# v2.4.0
# v2.3.1
## Highlights
- **Play Integrity bypass** without breaking device checks or causing other issues
- Disabled use of hardware attestation on Pixel 7 and newer (@anirudhgupta109)
- Fixed fingerprint on OxygenOS/ColorOS 12 (@osm0sis)
- Support for Magisk 24+ module updates (@benjibobs)
- Restored support for Android 7
## Other changes
- Updated instructions for newer Android and Magisk versions
- Better debugging for future development
- Spoofed OnePlus OEM unlock status for futureproofing (@osm0sis)
- Minor code improvements
**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
+3 -3
View File
@@ -1,6 +1,6 @@
{
"version": "v2.4.0",
"versionCode": 20400,
"zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.4.0/safetynet-fix-v2.4.0.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"
}