feat: v17.29.34 compatibility for downloads patch (#374)

This commit is contained in:
Robert 2022-08-22 14:38:21 +02:00 committed by GitHub
parent 8969557366
commit d81f1af327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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