refactor: make use of named arguments

This commit is contained in:
oSumAtrIX
2022-08-31 20:37:21 +02:00
parent bcef48c8e2
commit e678115b24
93 changed files with 160 additions and 393 deletions

View File

@ -3,11 +3,7 @@ package app.revanced.patches.youtube.layout.amoled.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf()
)]
)
@Compatibility([Package("com.google.android.youtube")])
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
internal annotation class AmoledCompatibility