Skip to content

Commit

Permalink
feat(id-austria): remove compatibility version constraint (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
1fexd committed Apr 25, 2023
1 parent 62512f0 commit 94ffd5a
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", "2.6.0"))])
@Compatibility([Package("at.gv.oe.app")])
@Target(AnnotationTarget.CLASS)
internal annotation class DetectionCompatibility

0 comments on commit 94ffd5a

Please sign in to comment.