mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 20:45:52 +01:00
feat(Nyx): Remove broken Unlock pro
patch
This commit is contained in:
parent
4def6dd857
commit
1fe8b164ea
@ -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…
Reference in New Issue
Block a user