add suport YouTube v18.07.35

This commit is contained in:
inotia00 2023-02-25 23:53:17 +09:00
parent 13f9e1a8b2
commit 786a4ba453

View File

@ -3,7 +3,7 @@ package app.revanced.patches.shared.annotation
import app.revanced.patcher.annotation.Compatibility import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.google.android.youtube", arrayOf("18.06.41"))]) @Compatibility([Package("com.google.android.youtube", arrayOf("18.06.41", "18.07.35"))])
@Target(AnnotationTarget.CLASS) @Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME) @Retention(AnnotationRetention.RUNTIME)
internal annotation class YouTubeCompatibility internal annotation class YouTubeCompatibility