mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 21:25:40 +02:00
feat(Infinity for Reddit): Add support for Infinity for Reddit Plus (#4511)
This commit is contained in:
parent
880dc3d5aa
commit
d74732b759
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
|
|||
import com.android.tools.smali.dexlib2.immutable.ImmutableMethodImplementation
|
||||
|
||||
val spoofClientPatch = spoofClientPatch(redirectUri = "infinity://localhost") { clientIdOption ->
|
||||
compatibleWith("ml.docilealligator.infinityforreddit")
|
||||
compatibleWith("ml.docilealligator.infinityforreddit", "ml.docilealligator.infinityforreddit.plus")
|
||||
|
||||
val clientId by clientIdOption
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ val unlockSubscriptionPatch = bytecodePatch(
|
|||
) {
|
||||
dependsOn(spoofClientPatch)
|
||||
|
||||
compatibleWith("ml.docilealligator.infinityforreddit")
|
||||
compatibleWith("ml.docilealligator.infinityforreddit", "ml.docilealligator.infinityforreddit.plus")
|
||||
|
||||
execute {
|
||||
setOf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue