build: bump patcher dependency version (#119)

This commit is contained in:
bogadana
2022-07-05 18:44:58 +02:00
committed by GitHub
parent 44161ecd47
commit 6146ef081d
3 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
@Description("Patch to hide the cast button.")
@CastButtonCompatibility
@Version("0.0.1")
class HideCastButtonPatch : BytecodePatch(listOf()) {
class HideCastButtonPatch : BytecodePatch() {
override fun execute(data: BytecodeData): PatchResult {
data.classes.forEach { classDef ->
classDef.methods.forEach { method ->