mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 18:35:49 +01:00
feat(Backdrops - Pro unlock): Support latest versions by removing version constraint
This commit is contained in:
parent
1498ca0dd6
commit
a62b50691c
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Pro unlock",
|
name = "Pro unlock",
|
||||||
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers", ["4.52"])]
|
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers")]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object ProUnlockPatch : BytecodePatch(
|
object ProUnlockPatch : BytecodePatch(
|
||||||
@ -34,4 +34,4 @@ object ProUnlockPatch : BytecodePatch(
|
|||||||
|
|
||||||
} ?: throw ProUnlockFingerprint.exception
|
} ?: throw ProUnlockFingerprint.exception
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user