fix: add 17.25.34 as supported version for swipe-controls patch
This commit is contained in:
parent
c0d5d49100
commit
4d84c1914f
|
@ -3,10 +3,9 @@ package app.revanced.patches.youtube.interaction.fenster.annotation
|
|||
import app.revanced.patcher.annotation.Compatibility
|
||||
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(
|
||||
[Package(
|
||||
"com.google.android.youtube", arrayOf("17.24.34")
|
||||
"com.google.android.youtube", arrayOf("17.24.34", "17.25.34")
|
||||
)]
|
||||
)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
|
|
Loading…
Reference in a new issue