Skip to content

Commit

Permalink
feat(Backdrops - Pro unlock): Support latest versions by removing ver…
Browse files Browse the repository at this point in the history
…sion constraint
  • Loading branch information
kazimmt authored Oct 7, 2024
1 parent 1498ca0 commit a62b506
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -34,4 +34,4 @@ object ProUnlockPatch : BytecodePatch(

} ?: throw ProUnlockFingerprint.exception
}
}
}

0 comments on commit a62b506

Please sign in to comment.