feat: bump youtube version to v17.33.42 (#398)

This commit is contained in:
Canny
2022-08-29 20:05:19 +03:00
committed by GitHub
parent 27cc7ddd9b
commit 250e00c087
40 changed files with 81 additions and 185 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")
"com.google.android.youtube", arrayOf("17.25.34", "17.29.34", "17.32.35", "17.33.42")
)]
)
@Target(AnnotationTarget.CLASS)