fix: invalid version in compatibility annotation (#90)
This commit is contained in:
parent
d3e1419d0e
commit
c21e177ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
@Compatibility(
|
@Compatibility(
|
||||||
[Package(
|
[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)
|
@Target(AnnotationTarget.CLASS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue