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.Compatibility
|
||||||
import app.revanced.patcher.annotation.Package
|
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)
|
@Target(AnnotationTarget.CLASS)
|
||||||
internal annotation class DetectionCompatibility
|
internal annotation class DetectionCompatibility
|
Loading…
Reference in a new issue