fix: Fix builds
This commit is contained in:
parent
c1df94ae0b
commit
8c53a6ab82
1 changed files with 2 additions and 1 deletions
|
|
@ -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.",
|
description = "Removes the restriction to use the app with root permissions or on a custom ROM.",
|
||||||
compatiblePackages = [CompatiblePackage("it.ipzs.cieid")]
|
compatiblePackages = [CompatiblePackage("it.ipzs.cieid")]
|
||||||
)
|
)
|
||||||
class BypassRootChecksPatch : BytecodePatch(
|
@Suppress("unused")
|
||||||
|
object BypassRootChecksPatch : BytecodePatch(
|
||||||
setOf(CheckRootFingerprint)
|
setOf(CheckRootFingerprint)
|
||||||
) {
|
) {
|
||||||
override fun execute(context: BytecodeContext) {
|
override fun execute(context: BytecodeContext) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue