mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-04 16:44:28 +02:00
feat(Lightroom): Constrain patches to last working version
This commit is contained in:
parent
a1303c50da
commit
efef03b80d
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
|
|||||||
val disableMandatoryLoginPatch = bytecodePatch(
|
val disableMandatoryLoginPatch = bytecodePatch(
|
||||||
name = "Disable mandatory login",
|
name = "Disable mandatory login",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.adobe.lrmobile")
|
compatibleWith("com.adobe.lrmobile"("10.0.2"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
isLoggedInFingerprint.method.apply {
|
isLoggedInFingerprint.method.apply {
|
||||||
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
|
|||||||
val unlockPremiumPatch = bytecodePatch(
|
val unlockPremiumPatch = bytecodePatch(
|
||||||
name = "Unlock premium",
|
name = "Unlock premium",
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.adobe.lrmobile")
|
compatibleWith("com.adobe.lrmobile"("10.0.2"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
// Set hasPremium = true.
|
// Set hasPremium = true.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user