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.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)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
internal annotation class FensterCompatibility
|
internal annotation class FensterCompatibility
|
||||||
|
|
Loading…
Reference in a new issue