mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-25 07:25:51 +01:00
feat(baconreader/change-oauth-client-id): add compatibility for premium package (#2550)
This commit is contained in:
parent
22940a3d91
commit
4d1b0b4427
@ -20,7 +20,12 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
@Description("Changes the OAuth client ID. " +
|
@Description("Changes the OAuth client ID. " +
|
||||||
"The OAuth application type has to be \"Installed app\" " +
|
"The OAuth application type has to be \"Installed app\" " +
|
||||||
"and the redirect URI has to be set to \"http://baconreader.com/auth\".")
|
"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(
|
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
|
||||||
"http://baconreader.com/auth", Options, listOf(GetAuthorizationUrlFingerprint, RequestTokenFingerprint)
|
"http://baconreader.com/auth", Options, listOf(GetAuthorizationUrlFingerprint, RequestTokenFingerprint)
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user