Update GeneralAdsCompatibility.kt

This commit is contained in:
Joey Peter
2022-06-20 10:20:19 +02:00
committed by GitHub
parent 16d234e761
commit 9c33d67d80

View File

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