Support update.json Magisk update checker

This commit is contained in:
benjibobs 2022-01-27 23:10:10 +00:00 committed by Danny Lin
parent e5064fff03
commit bc49da291a
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,4 @@ version=v2.2.1
versionCode=20201 versionCode=20201
author=kdrag0n author=kdrag0n
description=A universal fix for SafetyNet on Android 812 devices with hardware attestation and unlocked bootloaders. 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

6
update.json Normal file
View 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"
}