From 91356e156d5b229275a90c799c004fadd45fe1d4 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 27 Aug 2022 04:59:04 +0200 Subject: [PATCH] refactor: remove `integrations` dependency --- .../patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt index f964ed602..ea9ef6c54 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt @@ -8,7 +8,6 @@ import app.revanced.patcher.extensions.addInstruction import app.revanced.patcher.extensions.instruction import app.revanced.patcher.patch.PatchResult import app.revanced.patcher.patch.PatchResultSuccess -import app.revanced.patcher.patch.annotations.DependsOn import app.revanced.patcher.patch.annotations.Patch import app.revanced.patcher.patch.impl.BytecodePatch import app.revanced.patches.youtube.misc.clientspoof.annotations.ClientSpoofCompatibility @@ -19,7 +18,6 @@ import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction @Patch @Name("client-spoof") @Description("Spoofs the YouTube or Vanced client to prevent playback issues.") -@DependsOn([IntegrationsPatch::class]) @ClientSpoofCompatibility @Version("0.0.1") class ClientSpoofPatch : BytecodePatch(