Skip to content

Commit

Permalink
feat(VSCO): Remove non functional Unlock pro patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 26, 2024
1 parent 99567da commit 4fddb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package app.revanced.patches.vsco.misc.pro
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
import app.revanced.patcher.patch.bytecodePatch

@Deprecated("This patch is deprecated because it does not work anymore and will be removed in the future.")
@Suppress("unused")
val unlockProPatch = bytecodePatch(
name = "Unlock pro",
description = "Unlocks pro features.",
) {
compatibleWith("com.vsco.cam"("345"))
Expand Down

0 comments on commit 4fddb19

Please sign in to comment.