mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-04 20:52:54 +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
|
@Patch
|
||||||
@Name("change-oauth-client-id")
|
@Name("change-oauth-client-id")
|
||||||
@Description("Changes the 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")
|
@Version("0.0.1")
|
||||||
class ChangeOAuthClientIdPatch : BytecodePatch(
|
class ChangeOAuthClientIdPatch : BytecodePatch(
|
||||||
listOf(GetAuthorizationStringFingerprint)
|
listOf(GetAuthorizationStringFingerprint)
|
||||||
|
Loading…
Reference in New Issue
Block a user