From e739d2fa16bbd0125db82c0758928addbd9950c9 Mon Sep 17 00:00:00 2001 From: Dan C Date: Fri, 30 Jun 2023 07:06:57 -0400 Subject: [PATCH] feat(redditisfun/change-oauth-client-id): add compatibility for paid versions (#2536) --- .../redditisfun/api/patch/ChangeOAuthClientIdPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/reddit/customclients/redditisfun/api/patch/ChangeOAuthClientIdPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/customclients/redditisfun/api/patch/ChangeOAuthClientIdPatch.kt index f9ec75076..fcff00230 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/customclients/redditisfun/api/patch/ChangeOAuthClientIdPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/customclients/redditisfun/api/patch/ChangeOAuthClientIdPatch.kt @@ -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,