mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 11:35:49 +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.patch.bytecodePatch
|
||||
|
||||
@Deprecated("This patch will be removed in the future.")
|
||||
@Suppress("unused")
|
||||
val unlockProPatch = bytecodePatch(
|
||||
name = "Unlock pro",
|
||||
) {
|
||||
val unlockProPatch = bytecodePatch {
|
||||
compatibleWith("com.awedea.nyx")
|
||||
|
||||
execute {
|
||||
|
Loading…
Reference in New Issue
Block a user