mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 01:57:02 +01:00
refactor: remove integrations
dependency
This commit is contained in:
parent
4533672186
commit
2b841f910b
@ -8,7 +8,6 @@ import app.revanced.patcher.extensions.addInstruction
|
|||||||
import app.revanced.patcher.extensions.instruction
|
import app.revanced.patcher.extensions.instruction
|
||||||
import app.revanced.patcher.patch.PatchResult
|
import app.revanced.patcher.patch.PatchResult
|
||||||
import app.revanced.patcher.patch.PatchResultSuccess
|
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.annotations.Patch
|
||||||
import app.revanced.patcher.patch.impl.BytecodePatch
|
import app.revanced.patcher.patch.impl.BytecodePatch
|
||||||
import app.revanced.patches.youtube.misc.clientspoof.annotations.ClientSpoofCompatibility
|
import app.revanced.patches.youtube.misc.clientspoof.annotations.ClientSpoofCompatibility
|
||||||
@ -19,7 +18,6 @@ import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction
|
|||||||
@Patch
|
@Patch
|
||||||
@Name("client-spoof")
|
@Name("client-spoof")
|
||||||
@Description("Spoofs the YouTube or Vanced client to prevent playback issues.")
|
@Description("Spoofs the YouTube or Vanced client to prevent playback issues.")
|
||||||
@DependsOn([IntegrationsPatch::class])
|
|
||||||
@ClientSpoofCompatibility
|
@ClientSpoofCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class ClientSpoofPatch : BytecodePatch(
|
class ClientSpoofPatch : BytecodePatch(
|
||||||
|
Loading…
Reference in New Issue
Block a user