add support YouTube v18.08.36

This commit is contained in:
inotia00 2023-03-02 05:27:25 +09:00
parent b234550f51
commit a09c25ff64

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