We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unlock pro
1 parent 99567da commit 4fddb19Copy full SHA for 4fddb19
patches/src/main/kotlin/app/revanced/patches/vsco/misc/pro/UnlockProPatch.kt
@@ -3,9 +3,9 @@ package app.revanced.patches.vsco.misc.pro
3
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
4
import app.revanced.patcher.patch.bytecodePatch
5
6
+@Deprecated("This patch is deprecated because it does not work anymore and will be removed in the future.")
7
@Suppress("unused")
8
val unlockProPatch = bytecodePatch(
- name = "Unlock pro",
9
description = "Unlocks pro features.",
10
) {
11
compatibleWith("com.vsco.cam"("345"))
0 commit comments