fix: bump youtube version to 17.29.34 (#236)

This commit is contained in:
Canny1913
2022-07-26 17:06:31 +03:00
committed by GitHub
parent 0c579473bb
commit be6494a809
30 changed files with 39 additions and 346 deletions

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.25.34", "17.26.35", "17.27.39", "17.28.34")
"com.google.android.youtube", arrayOf("17.25.34", "17.26.35", "17.27.39", "17.28.34", "17.29.34")
)]
)
@Target(AnnotationTarget.CLASS)