Skip to content

Commit

Permalink
feat(redditisfun/change-oauth-client-id): add compatibility for paid …
Browse files Browse the repository at this point in the history
…versions (#2536)
  • Loading branch information
Skuhoo committed Jun 30, 2023
1 parent f310eca commit e739d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e739d2f

Please sign in to comment.