mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 02:54:37 +02:00
add support YouTube v18.11.36
This commit is contained in:
parent
65ef0ead4d
commit
2c9be07376
@ -3,7 +3,18 @@ package app.revanced.patches.shared.annotation
|
||||
import app.revanced.patcher.annotation.Compatibility
|
||||
import app.revanced.patcher.annotation.Package
|
||||
|
||||
@Compatibility([Package("com.google.android.youtube", arrayOf("18.06.41", "18.07.35", "18.08.39", "18.09.39", "18.10.37", "18.11.35"))])
|
||||
@Compatibility(
|
||||
[Package(
|
||||
"com.google.android.youtube", arrayOf(
|
||||
"18.06.41",
|
||||
"18.07.35",
|
||||
"18.08.39",
|
||||
"18.09.39",
|
||||
"18.10.37",
|
||||
"18.11.36"
|
||||
)
|
||||
)]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
internal annotation class YouTubeCompatibility
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user