mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 02:11:03 +00:00
Support update.json Magisk update checker
This commit is contained in:
parent
e5064fff03
commit
bc49da291a
@ -4,3 +4,4 @@ version=v2.2.1
|
|||||||
versionCode=20201
|
versionCode=20201
|
||||||
author=kdrag0n
|
author=kdrag0n
|
||||||
description=A universal fix for SafetyNet on Android 8–12 devices with hardware attestation and unlocked bootloaders.
|
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
|
||||||
|
6
update.json
Normal file
6
update.json
Normal file
@ -0,0 +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",
|
||||||
|
"changelog": "https://github.com/kdrag0n/safetynet-fix/releases"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user