Skip to content

Commit

Permalink
fix(Infinity for Reddit - Spoof client): Constrain patch to last work…
Browse files Browse the repository at this point in the history
…ing versions (ReVanced#2944)
  • Loading branch information
johnconner122 authored Sep 7, 2023
1 parent da4b92e commit ee975de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Description("Spoofs the client in order to allow logging in. " +
"The OAuth application type has to be \"Installed app\" " +
"and the redirect URI has to be set to \"infinity://localhost\".")
@Compatibility([Package("ml.docilealligator.infinityforreddit")])
@Compatibility([Package("ml.docilealligator.infinityforreddit", arrayOf("5.4.0", "5.4.1", "5.4.2", "6.0.1", "6.0.2", "6.0.4", "6.0.6", "6.1.1"))])
class SpoofClientPatch : AbstractSpoofClientPatch(
"infinity://localhost",
Options,
Expand All @@ -39,4 +39,4 @@ class SpoofClientPatch : AbstractSpoofClientPatch(
}

companion object Options : AbstractSpoofClientPatch.Options.SpoofClientOptionsContainer()
}
}

0 comments on commit ee975de

Please sign in to comment.