mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 16:17:00 +01:00
feat(id-austria): bump compatibility to 2.6.0
(#1827)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
parent
3012df4775
commit
f48e794eeb
@ -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
|
Loading…
Reference in New Issue
Block a user