File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/app/revanced/patches/idaustria/detection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
1818object RootDetectionPatch : BytecodePatch(
Original file line number Diff line number Diff 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" )
1616object SpoofSignaturePatch : BytecodePatch(
You can’t perform that action at this time.
0 commit comments