fix(Yuka - Unlock premium): Constrain to last working version
This commit is contained in:
parent
d9e902d07a
commit
529eef6efd
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import app.revanced.patches.yuka.misc.unlockpremium.fingerprints.YukaUserConstru
|
|||
|
||||
@Patch(
|
||||
name = "Unlock premium",
|
||||
compatiblePackages = [CompatiblePackage("io.yuka.android")]
|
||||
compatiblePackages = [CompatiblePackage("io.yuka.android", ["4.29"])]
|
||||
)
|
||||
@Suppress("unused")
|
||||
object UnlockPremiumPatch : BytecodePatch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue