feat: explicit support for YouTube v17.34.35 and v17.34.36 (#527)

This commit is contained in:
Sourav Das
2022-09-21 07:39:26 +05:30
committed by GitHub
parent 75fe2d2d01
commit ef5e28ff51
30 changed files with 30 additions and 30 deletions

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.25.34", "17.29.34", "17.32.35", "17.33.42", "17.36.37")
"com.google.android.youtube", arrayOf("17.25.34", "17.29.34", "17.32.35", "17.33.42", "17.34.35", "17.34.36", "17.36.37")
)]
)
@Target(AnnotationTarget.CLASS)