diff --git a/src/main/kotlin/app/revanced/patches/reddit/customclients/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/customclients/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt index 0e33b6920..08a3b7da6 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/customclients/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/customclients/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt @@ -21,7 +21,13 @@ import org.jf.dexlib2.iface.reference.StringReference import java.util.* @ChangeOAuthClientIdPatchAnnotation -@Compatibility([Package("com.laurencedawson.reddit_sync"), Package("com.laurencedawson.reddit_sync.pro")]) +@Compatibility( + [ + Package("com.laurencedawson.reddit_sync"), + Package("com.laurencedawson.reddit_sync.pro"), + Package("com.laurencedawson.reddit_sync.dev") + ] +) class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch( "http://redditsync/auth", Options, listOf(GetAuthorizationStringFingerprint) ) {