fix double character

This commit is contained in:
TheJeterLP 2022-06-20 10:30:07 +02:00
parent 44082bba88
commit e233fae63b

View File

@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package
@Compatibility(
[Package(
"com.google.android.youtube", arrayOf("17.14.35", "17.17.34", "17.19.36", "17.20.37", "17.22.36", ""17.23.35"")
"com.google.android.youtube", arrayOf("17.14.35", "17.17.34", "17.19.36", "17.20.37", "17.22.36", "17.23.35")
)]
)
@Target(AnnotationTarget.CLASS)