Skip to content

Commit

Permalink
fix: add 17.25.34 as supported version for swipe-controls patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 6, 2022
1 parent c0d5d49 commit 4d84c19
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d84c19

Please sign in to comment.