Skip to content

Commit

Permalink
fix: Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 12, 2023
1 parent 20cfa8a commit d7b8149
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d7b8149

Please sign in to comment.