mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-11 17:25:56 +01:00
fix: add 17.25.34 as supported version for swipe-controls patch
This commit is contained in:
parent
c0d5d49100
commit
4d84c1914f
@ -3,12 +3,11 @@ 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)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
internal annotation class FensterCompatibility
|
||||
internal annotation class FensterCompatibility
|
||||
|
Loading…
Reference in New Issue
Block a user