feat(VSCO): Remove non functional Unlock pro patch
This commit is contained in:
parent
6d23a4e000
commit
1a910a2cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,9 +3,9 @@ package app.revanced.patches.vsco.misc.pro
|
||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstruction
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
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")
|
@Suppress("unused")
|
||||||
val unlockProPatch = bytecodePatch(
|
val unlockProPatch = bytecodePatch(
|
||||||
name = "Unlock pro",
|
|
||||||
description = "Unlocks pro features.",
|
description = "Unlocks pro features.",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.vsco.cam"("345"))
|
compatibleWith("com.vsco.cam"("345"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue