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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)