Skip to content

Commit 5ba5926

Browse files
authored
feat(ID Austria): Remove constraint on any version (#2526)
1 parent a89ab13 commit 5ba5926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/idaustria/detection/root/RootDetectionPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import app.revanced.util.returnEarly
1212
@Patch(
1313
name = "Remove root detection",
1414
description = "Removes the check for root permissions and unlocked bootloader.",
15-
compatiblePackages = [CompatiblePackage("at.gv.oe.app", ["3.0.2"])]
15+
compatiblePackages = [CompatiblePackage("at.gv.oe.app")]
1616
)
1717
@Suppress("unused")
1818
object RootDetectionPatch : BytecodePatch(

src/main/kotlin/app/revanced/patches/idaustria/detection/signature/SpoofSignaturePatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import app.revanced.patches.idaustria.detection.signature.fingerprints.SpoofSign
1010
@Patch(
1111
name = "Spoof signature",
1212
description = "Spoofs the signature of the app.",
13-
compatiblePackages = [CompatiblePackage("at.gv.oe.app", ["3.0.2"])]
13+
compatiblePackages = [CompatiblePackage("at.gv.oe.app")]
1414
)
1515
@Suppress("unused")
1616
object SpoofSignaturePatch : BytecodePatch(

0 commit comments

Comments
 (0)