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 4be59331d..12b3c6c38 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)