Skip to content

Commit

Permalink
fix(Twitch - Audio ads): Support missing version 16.1.0 (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 3, 2023
1 parent fbf72b7 commit 688d8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package app.revanced.patches.twitch.ad.audio.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility([Package("tv.twitch.android.app", arrayOf("15.4.1"))])
@Compatibility([Package("tv.twitch.android.app", arrayOf("15.4.1", "16.1.0"))])
@Target(AnnotationTarget.CLASS)
internal annotation class AudioAdsCompatibility

0 comments on commit 688d8fa

Please sign in to comment.