Skip to content

Commit

Permalink
feat(baconreader/change-oauth-client-id): add compatibility for premi…
Browse files Browse the repository at this point in the history
…um package (#2550)
  • Loading branch information
Aunali321 committed Jul 1, 2023
1 parent 22940a3 commit 4d1b0b4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
@Description("Changes the OAuth client ID. " +
"The OAuth application type has to be \"Installed app\" " +
"and the redirect URI has to be set to \"http://baconreader.com/auth\".")
@Compatibility([Package("com.onelouder.baconreader")])
@Compatibility(
[
Package("com.onelouder.baconreader"),
Package("com.onelouder.baconreader.premium")
]
)
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
"http://baconreader.com/auth", Options, listOf(GetAuthorizationUrlFingerprint, RequestTokenFingerprint)
) {
Expand Down

0 comments on commit 4d1b0b4

Please sign in to comment.