feat(hide-cast-button): no longer dependent on microg-support patch https://github.com/inotia00/ReVanced_Extended/issues/866

This commit is contained in:
inotia00 2023-04-30 18:20:28 +09:00
parent e14065c2d3
commit 4ef5714ce4

View File

@ -9,7 +9,6 @@ import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patches.shared.annotation.YouTubeCompatibility
import app.revanced.patches.shared.patch.options.PatchOptions
import app.revanced.patches.youtube.layout.player.castbutton.patch.HideCastButtonPatch
import app.revanced.patches.youtube.misc.clientspoof.patch.ClientSpoofPatch
import app.revanced.patches.youtube.misc.microg.bytecode.fingerprints.*
import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME
@ -20,7 +19,6 @@ import app.revanced.util.microg.MicroGBytecodeHelper
@DependsOn(
[
ClientSpoofPatch::class,
HideCastButtonPatch::class,
PatchOptions::class
]
)