add suport YouTube v18.06.41

This commit is contained in:
inotia00 2023-02-23 01:00:08 +09:00
parent ecb1d60095
commit 22f14b973e

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.39"))]) @Compatibility([Package("com.google.android.youtube", arrayOf("18.06.41"))])
@Target(AnnotationTarget.CLASS) @Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME) @Retention(AnnotationRetention.RUNTIME)
internal annotation class YouTubeCompatibility internal annotation class YouTubeCompatibility