From f48e794eebf9ea44008c4c8a3967ad039d19180a Mon Sep 17 00:00:00 2001 From: fe <58902674+1fexd@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:03:26 +0200 Subject: [PATCH] feat(id-austria): bump compatibility to `2.6.0` (#1827) Co-authored-by: Your Name --- .../detection/shared/annotations/DetectionCompatibility.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/idaustria/detection/shared/annotations/DetectionCompatibility.kt b/src/main/kotlin/app/revanced/patches/idaustria/detection/shared/annotations/DetectionCompatibility.kt index bfbb42399..b25a6f409 100644 --- a/src/main/kotlin/app/revanced/patches/idaustria/detection/shared/annotations/DetectionCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/idaustria/detection/shared/annotations/DetectionCompatibility.kt @@ -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 \ No newline at end of file