From fac6e59d281e21e57abdcfc899cd1aeb18e5c2b8 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Fri, 23 May 2025 21:55:04 +0200 Subject: [PATCH] fix(Yuka - Unlock premium): Remove broken patch that is no longer supported (#5018) --- .../patches/yuka/misc/unlockpremium/UnlockPremiumPatch.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/yuka/misc/unlockpremium/UnlockPremiumPatch.kt b/patches/src/main/kotlin/app/revanced/patches/yuka/misc/unlockpremium/UnlockPremiumPatch.kt index c6689540d..c4cedd092 100644 --- a/patches/src/main/kotlin/app/revanced/patches/yuka/misc/unlockpremium/UnlockPremiumPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/yuka/misc/unlockpremium/UnlockPremiumPatch.kt @@ -3,10 +3,10 @@ package app.revanced.patches.yuka.misc.unlockpremium import app.revanced.patcher.extensions.InstructionExtensions.addInstructions import app.revanced.patcher.patch.bytecodePatch +@Deprecated("This patch no longer works and will be removed in the future.") @Suppress("unused") -val unlockPremiumPatch = bytecodePatch( - name = "Unlock premium", -) { +val unlockPremiumPatch = bytecodePatch { + compatibleWith("io.yuka.android"("4.29")) execute {