We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unlock pro
1 parent 4def6dd commit 1fe8b16Copy full SHA for 1fe8b16
patches/src/main/kotlin/app/revanced/patches/nyx/misc/pro/UnlockProPatch.kt
@@ -3,10 +3,9 @@ package app.revanced.patches.nyx.misc.pro
3
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
4
import app.revanced.patcher.patch.bytecodePatch
5
6
+@Deprecated("This patch will be removed in the future.")
7
@Suppress("unused")
-val unlockProPatch = bytecodePatch(
8
- name = "Unlock pro",
9
-) {
+val unlockProPatch = bytecodePatch {
10
compatibleWith("com.awedea.nyx")
11
12
execute {
0 commit comments