fix(Nyx Music Plaer - Unlock pro): Constrain to last working version
This commit is contained in:
parent
4a7d723290
commit
8ec276aac9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import app.revanced.patches.nyx.misc.pro.fingerprints.CheckProFingerprint
|
|||
|
||||
@Patch(
|
||||
name = "Unlock pro",
|
||||
compatiblePackages = [CompatiblePackage("com.awedea.nyx")]
|
||||
compatiblePackages = [CompatiblePackage("com.awedea.nyx", ["2.2.7"])]
|
||||
)
|
||||
@Suppress("unused")
|
||||
object UnlockProPatch : BytecodePatch(setOf(CheckProFingerprint)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue