mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 12:57:09 +01:00
fix(syncforreddit/change-oauth-client-id): add dev edition (#2516)
This commit is contained in:
parent
478d49e312
commit
7c7294b750
@ -21,7 +21,13 @@ import org.jf.dexlib2.iface.reference.StringReference
|
|||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
@ChangeOAuthClientIdPatchAnnotation
|
@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(
|
class ChangeOAuthClientIdPatch : AbstractChangeOAuthClientIdPatch(
|
||||||
"http://redditsync/auth", Options, listOf(GetAuthorizationStringFingerprint)
|
"http://redditsync/auth", Options, listOf(GetAuthorizationStringFingerprint)
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user