Skip to content

Commit

Permalink
fix(syncforreddit/change-oauth-client-id): add dev edition (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Jun 27, 2023
1 parent 478d49e commit 7c7294b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ import org.jf.dexlib2.iface.reference.StringReference
import java.util.*

@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(
"http://redditsync/auth", Options, listOf(GetAuthorizationStringFingerprint)
) {
Expand Down

0 comments on commit 7c7294b

Please sign in to comment.