fix(Yuka - Unlock premium): Constrain to last working version

This commit is contained in:
oSumAtrIX 2023-11-19 18:17:49 +01:00
parent 941c1dd5cf
commit 81900fb8db
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -10,7 +10,7 @@ import app.revanced.patches.yuka.misc.unlockpremium.fingerprints.YukaUserConstru
@Patch( @Patch(
name = "Unlock premium", name = "Unlock premium",
compatiblePackages = [CompatiblePackage("io.yuka.android")] compatiblePackages = [CompatiblePackage("io.yuka.android", ["4.29"])]
) )
@Suppress("unused") @Suppress("unused")
object UnlockPremiumPatch : BytecodePatch( object UnlockPremiumPatch : BytecodePatch(