Skip to content

Commit

Permalink
feat(syncforreddit/change-oauth-client-id): support pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 12, 2023
1 parent cb064f2 commit d34288b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d34288b

Please sign in to comment.