feat(Backdrops - Pro unlock): Support latest versions by removing version constraint
This commit is contained in:
parent
d73e5b77df
commit
98c33f03dd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
|||
|
||||
@Patch(
|
||||
name = "Pro unlock",
|
||||
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers", ["4.52"])]
|
||||
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
object ProUnlockPatch : BytecodePatch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue