Indicate support for Android 7

This commit is contained in:
Danny Lin 2021-09-06 03:01:35 -07:00
parent 025c1e95dd
commit 3290f9e82d
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ No device-specific features (such as the new Pixel-exclusive Google Assistant de
MagiskHide is required if the device is rooted.
Android versions 812 Beta 2 are supported. **Heavy OEM skins are not officially supported**, but they may work depending on your luck and the particular ROM in question. Please do not report problems on such ROMs.
Android versions 712 are supported. **Heavy OEM skins are not officially supported**, but they may work depending on your luck and the particular ROM in question. Please do not report problems on such ROMs.
## How does it work?

View File

@ -24,7 +24,7 @@ ext {
moduleName = "Universal SafetyNet Fix"
moduleAuthor = "kdrag0n"
moduleDescription = "A universal fix for SafetyNet on Android 812 devices with hardware attestation and unlocked bootloaders. Requires MagiskHide and Riru $moduleMinRiruVersionName or newer."
moduleDescription = "A universal fix for SafetyNet on Android 712 devices with hardware attestation and unlocked bootloaders. Requires MagiskHide and Riru $moduleMinRiruVersionName or newer."
moduleVersion = "v2.0.0"
moduleVersionCode = 20000
}