feat(Nyx): Remove broken Unlock pro patch
This commit is contained in:
parent
92d282e963
commit
87fe83aacf
1 changed files with 2 additions and 3 deletions
|
|
@ -3,10 +3,9 @@ package app.revanced.patches.nyx.misc.pro
|
||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
import app.revanced.patcher.patch.bytecodePatch
|
||||||
|
|
||||||
|
@Deprecated("This patch will be removed in the future.")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val unlockProPatch = bytecodePatch(
|
val unlockProPatch = bytecodePatch {
|
||||||
name = "Unlock pro",
|
|
||||||
) {
|
|
||||||
compatibleWith("com.awedea.nyx")
|
compatibleWith("com.awedea.nyx")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue