mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 17:47:18 +01:00
feat(redditisfun/change-oauth-client-id): add compatibility for paid versions (#2536)
This commit is contained in:
parent
f310eca462
commit
e739d2fa16
@ -16,7 +16,7 @@ import app.revanced.patches.reddit.customclients.redditisfun.api.fingerprints.Bu
|
|||||||
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
@ChangeOAuthClientIdPatchAnnotation
|
@ChangeOAuthClientIdPatchAnnotation
|
||||||
@Compatibility([Package("com.andrewshu.android.reddit")])
|
@Compatibility([Package("com.andrewshu.android.reddit"), Package("com.andrewshu.android.redditdonation")])
|
||||||
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
|
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
|
||||||
"redditisfun://auth",
|
"redditisfun://auth",
|
||||||
Options,
|
Options,
|
||||||
|
Loading…
Reference in New Issue
Block a user