fix: Fix builds

This commit is contained in:
oSumAtrIX 2023-10-12 21:49:13 +02:00
parent 20cfa8a5cd
commit d7b8149b0a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -13,7 +13,8 @@ import app.revanced.patches.cieid.restrictions.root.fingerprints.CheckRootFinger
description = "Removes the restriction to use the app with root permissions or on a custom ROM.",
compatiblePackages = [CompatiblePackage("it.ipzs.cieid")]
)
class BypassRootChecksPatch : BytecodePatch(
@Suppress("unused")
object BypassRootChecksPatch : BytecodePatch(
setOf(CheckRootFingerprint)
) {
override fun execute(context: BytecodeContext) {