mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:17:04 +01:00
fix: Fix builds
This commit is contained in:
parent
20cfa8a5cd
commit
d7b8149b0a
@ -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…
Reference in New Issue
Block a user