fix: invalid version in compatibility annotation (#90)

This commit is contained in:
Aunali321 2022-06-30 23:54:29 +05:30 committed by GitHub
parent f5d4f6c341
commit df435475cd
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.24.34", "17.24.35,17.25.34")
"com.google.android.youtube", arrayOf("17.24.34", "17.24.35", "17.25.34")
)]
)
@Target(AnnotationTarget.CLASS)