fix: bump youtube version to 17.27.39

This commit is contained in:
TheJeterLP
2022-07-17 17:02:43 +02:00
parent 9312fdac78
commit b93401a391
26 changed files with 26 additions and 26 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")
"com.google.android.youtube", arrayOf("17.25.34", "17.26.35", "17.27.39")
)]
)
@Target(AnnotationTarget.CLASS)