mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-24 18:55:49 +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
|
||||
|
||||
@ChangeOAuthClientIdPatchAnnotation
|
||||
@Compatibility([Package("com.andrewshu.android.reddit")])
|
||||
@Compatibility([Package("com.andrewshu.android.reddit"), Package("com.andrewshu.android.redditdonation")])
|
||||
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
|
||||
"redditisfun://auth",
|
||||
Options,
|
||||
|
Loading…
Reference in New Issue
Block a user