mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
fix(Windy.app): Remove obsolete Unlock pro
patch (#4428)
This commit is contained in:
parent
ff26554055
commit
83d116e8fd
@ -3,9 +3,9 @@ package app.revanced.patches.windyapp.misc.unlockpro
|
|||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
import app.revanced.patcher.patch.bytecodePatch
|
||||||
|
|
||||||
|
@Deprecated("This patch no longer works and will be removed in the future.")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val unlockProPatch = bytecodePatch(
|
val unlockProPatch = bytecodePatch(
|
||||||
name = "Unlock pro",
|
|
||||||
description = "Unlocks all pro features.",
|
description = "Unlocks all pro features.",
|
||||||
) {
|
) {
|
||||||
compatibleWith("co.windyapp.android")
|
compatibleWith("co.windyapp.android")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user