From d7b8149b0a8dad4e2c201b2f514d298bc6b97f54 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 12 Oct 2023 21:49:13 +0200 Subject: [PATCH] fix: Fix builds --- .../patches/cieid/restrictions/root/BypassRootChecksPatch.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/cieid/restrictions/root/BypassRootChecksPatch.kt b/src/main/kotlin/app/revanced/patches/cieid/restrictions/root/BypassRootChecksPatch.kt index c1ae8dfad..2beffb571 100644 --- a/src/main/kotlin/app/revanced/patches/cieid/restrictions/root/BypassRootChecksPatch.kt +++ b/src/main/kotlin/app/revanced/patches/cieid/restrictions/root/BypassRootChecksPatch.kt @@ -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) {