From d34288b6e8c7f5bb944622a3c741fcc693868033 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 12 Jun 2023 19:46:11 +0200 Subject: [PATCH] feat(syncforreddit/change-oauth-client-id): support pro version --- .../syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt b/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt index 4be59331..12b3c6c3 100644 --- a/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt +++ b/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt @@ -20,7 +20,12 @@ import java.util.* @Patch @Name("change-oauth-client-id") @Description("Changes the OAuth client ID.") -@Compatibility([Package("com.laurencedawson.reddit_sync")]) +@Compatibility( + [ + Package("com.laurencedawson.reddit_sync"), + Package("com.laurencedawson.reddit_sync.pro") + ] +) @Version("0.0.1") class ChangeOAuthClientIdPatch : BytecodePatch( listOf(GetAuthorizationStringFingerprint)