mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 05:17:00 +01:00
fix: invalid version in compatibility annotation (#90)
This commit is contained in:
parent
f5d4f6c341
commit
df435475cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user