add support YouTube v18.01.32

This commit is contained in:
inotia00
2023-01-05 19:22:48 +09:00
parent 18b749b598
commit 555b93d93a
5 changed files with 68 additions and 67 deletions

View File

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