mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-01 14:30:25 +02:00
fix(Yuka - Unlock premium): Remove broken patch that is no longer supported (#5018)
This commit is contained in:
parent
6a8c78af31
commit
fac6e59d28
@ -3,10 +3,10 @@ package app.revanced.patches.yuka.misc.unlockpremium
|
|||||||
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 unlockPremiumPatch = bytecodePatch(
|
val unlockPremiumPatch = bytecodePatch {
|
||||||
name = "Unlock premium",
|
|
||||||
) {
|
|
||||||
compatibleWith("io.yuka.android"("4.29"))
|
compatibleWith("io.yuka.android"("4.29"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user