mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-14 06:37:31 +01:00
feat(VSCO): Remove non functional Unlock pro
patch
This commit is contained in:
parent
99567da897
commit
4fddb1930b
@ -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…
x
Reference in New Issue
Block a user