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

@ -21,7 +21,7 @@ import app.revanced.patches.youtube.layout.widesearchbar.fingerprints.WideSearch
import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
@Patch(include = false)
@Dependencies(dependencies = [IntegrationsPatch::class])
@Dependencies([IntegrationsPatch::class])
@Name("enable-wide-searchbar")
@Description("Replaces the search icon with a wide search bar. This will hide the YouTube logo when active.")
@WideSearchbarCompatibility