refactor: simplify use of dependencies field in Dependencies annotations

This commit is contained in:
oSumAtrIX
2022-07-16 17:32:03 +02:00
parent e01915cdee
commit 69490d7e83
21 changed files with 23 additions and 33 deletions

View File

@ -17,7 +17,7 @@ import app.revanced.patches.youtube.misc.playeroverlay.fingerprint.PlayerOverlay
@Description("hook for adding custom overlays to the video player.")
@PlayerOverlaysHookCompatibility
@Version("0.0.1")
@Dependencies(dependencies = [IntegrationsPatch::class])
@Dependencies([IntegrationsPatch::class])
class PlayerOverlaysHookPatch : BytecodePatch(
listOf(
PlayerOverlaysOnFinishInflateFingerprint