From 3290f9e82daa7248a2af083a2d53ba6d27bd454c Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Mon, 6 Sep 2021 03:01:35 -0700 Subject: [PATCH] Indicate support for Android 7 --- README.md | 2 +- riru/module.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a27cdb..c842fef 100644 --- a/README.md +++ b/README.md @@ -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 8–12 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 7–12 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? diff --git a/riru/module.gradle b/riru/module.gradle index 1f76b4b..970c1a5 100644 --- a/riru/module.gradle +++ b/riru/module.gradle @@ -24,7 +24,7 @@ ext { moduleName = "Universal SafetyNet Fix" moduleAuthor = "kdrag0n" - moduleDescription = "A universal fix for SafetyNet on Android 8–12 devices with hardware attestation and unlocked bootloaders. Requires MagiskHide and Riru $moduleMinRiruVersionName or newer." + moduleDescription = "A universal fix for SafetyNet on Android 7–12 devices with hardware attestation and unlocked bootloaders. Requires MagiskHide and Riru $moduleMinRiruVersionName or newer." moduleVersion = "v2.0.0" moduleVersionCode = 20000 }