Update GeneralAdsCompatibility.kt

This commit is contained in:
Joey Peter
2022-06-20 10:20:19 +02:00
committed by GitHub
parent 726abee0f1
commit 80a746b456

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)