Skip to content

Commit

Permalink
feat(id-austria): bump compatibility to 2.6.0 (ReVanced#1827)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <you@example.com>
  • Loading branch information
2 people authored and oSumAtrIX committed Apr 16, 2023
1 parent 3012df4 commit f48e794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package app.revanced.patches.idaustria.detection.shared.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility([Package("at.gv.oe.app", arrayOf("2.5.2"))])
@Compatibility([Package("at.gv.oe.app", arrayOf("2.5.2", "2.6.0"))])
@Target(AnnotationTarget.CLASS)
internal annotation class DetectionCompatibility

0 comments on commit f48e794

Please sign in to comment.