mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
fix: Fix builds
This commit is contained in:
parent
20cfa8a5cd
commit
d7b8149b0a
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…
Reference in a new issue