mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:17:04 +01:00
feat(syncforreddit/change-oauth-client-id): support pro version
This commit is contained in:
parent
cb064f2037
commit
d34288b6e8
@ -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…
Reference in New Issue
Block a user