mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-20 17:43:56 +00:00
fix: add 17.25.34 as supported version for swipe-controls patch
This commit is contained in:
@@ -3,10 +3,9 @@ package app.revanced.patches.youtube.interaction.fenster.annotation
|
|||||||
import app.revanced.patcher.annotation.Compatibility
|
import app.revanced.patcher.annotation.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
import app.revanced.patcher.annotation.Package
|
||||||
|
|
||||||
//TODO the patch may be compatible with more versions, but this is the one i'm testing on right now...
|
|
||||||
@Compatibility(
|
@Compatibility(
|
||||||
[Package(
|
[Package(
|
||||||
"com.google.android.youtube", arrayOf("17.24.34")
|
"com.google.android.youtube", arrayOf("17.24.34", "17.25.34")
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
|
|||||||
Reference in New Issue
Block a user