feat(syncforreddit/change-oauth-client-id): support pro version
This commit is contained in:
parent
3cec0b59c1
commit
7b01617cd4
1 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue