mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 18:15:48 +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(
|
||||
name = "Pro unlock",
|
||||
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers", ["4.52"])]
|
||||
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
object ProUnlockPatch : BytecodePatch(
|
||||
|
Loading…
Reference in New Issue
Block a user