mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-12 20:49:22 +01:00
fix(Nyx Music Plaer - Unlock pro): Constrain to last working version
This commit is contained in:
parent
8da46a56d8
commit
96d24a3e2e
@ -10,7 +10,7 @@ import app.revanced.patches.nyx.misc.pro.fingerprints.CheckProFingerprint
|
|||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Unlock pro",
|
name = "Unlock pro",
|
||||||
compatiblePackages = [CompatiblePackage("com.awedea.nyx")]
|
compatiblePackages = [CompatiblePackage("com.awedea.nyx", ["2.2.7"])]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object UnlockProPatch : BytecodePatch(setOf(CheckProFingerprint)) {
|
object UnlockProPatch : BytecodePatch(setOf(CheckProFingerprint)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user