fix: bump youtube version for swipe-controls patch

This commit is contained in:
TheJeterLP 2022-07-11 14:39:36 +02:00 committed by GitHub
parent ba794ce0cb
commit ff207a57af
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.24.34", "17.25.34")
"com.google.android.youtube", arrayOf("17.24.34", "17.25.34", "17.26.35")
)]
)
@Target(AnnotationTarget.CLASS)