Skip to content

Commit a62b506

Browse files
authored
feat(Backdrops - Pro unlock): Support latest versions by removing version constraint
1 parent 1498ca0 commit a62b506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/backdrops/misc/pro/ProUnlockPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
1212

1313
@Patch(
1414
name = "Pro unlock",
15-
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers", ["4.52"])]
15+
compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers")]
1616
)
1717
@Suppress("unused")
1818
object ProUnlockPatch : BytecodePatch(
@@ -34,4 +34,4 @@ object ProUnlockPatch : BytecodePatch(
3434

3535
} ?: throw ProUnlockFingerprint.exception
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)