From de2cb886169b3963b9ed70154bde0b7c6baaae40 Mon Sep 17 00:00:00 2001 From: 1fexd <58902674+1fexd@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:38:30 +0100 Subject: [PATCH] feat(ID Austria): Remove constraint on any version (#2526) --- .../patches/idaustria/detection/root/RootDetectionPatch.kt | 2 +- .../idaustria/detection/signature/SpoofSignaturePatch.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/idaustria/detection/root/RootDetectionPatch.kt b/src/main/kotlin/app/revanced/patches/idaustria/detection/root/RootDetectionPatch.kt index 0c47f8dad..2b720d3b2 100644 --- a/src/main/kotlin/app/revanced/patches/idaustria/detection/root/RootDetectionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/idaustria/detection/root/RootDetectionPatch.kt @@ -12,7 +12,7 @@ import app.revanced.util.returnEarly @Patch( name = "Remove root detection", description = "Removes the check for root permissions and unlocked bootloader.", - compatiblePackages = [CompatiblePackage("at.gv.oe.app", ["3.0.2"])] + compatiblePackages = [CompatiblePackage("at.gv.oe.app")] ) @Suppress("unused") object RootDetectionPatch : BytecodePatch( diff --git a/src/main/kotlin/app/revanced/patches/idaustria/detection/signature/SpoofSignaturePatch.kt b/src/main/kotlin/app/revanced/patches/idaustria/detection/signature/SpoofSignaturePatch.kt index a98c90bc5..ae427b744 100644 --- a/src/main/kotlin/app/revanced/patches/idaustria/detection/signature/SpoofSignaturePatch.kt +++ b/src/main/kotlin/app/revanced/patches/idaustria/detection/signature/SpoofSignaturePatch.kt @@ -10,7 +10,7 @@ import app.revanced.patches.idaustria.detection.signature.fingerprints.SpoofSign @Patch( name = "Spoof signature", description = "Spoofs the signature of the app.", - compatiblePackages = [CompatiblePackage("at.gv.oe.app", ["3.0.2"])] + compatiblePackages = [CompatiblePackage("at.gv.oe.app")] ) @Suppress("unused") object SpoofSignaturePatch : BytecodePatch(