add support YouTube v18.01.38

This commit is contained in:
inotia00
2023-01-27 01:03:19 +09:00
parent 5cca3391ed
commit 40f9a60267

View File

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