From f7f49b834eaed66549da31de895e324f952e7b19 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:29:45 +0400 Subject: [PATCH] feat(Lightroom): Constrain patches to last working version (#5335) --- .../patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt | 2 +- .../patches/lightroom/misc/premium/UnlockPremiumPatch.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt b/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt index 1ba1c2048..e29608de0 100644 --- a/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt @@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch val disableMandatoryLoginPatch = bytecodePatch( name = "Disable mandatory login", ) { - compatibleWith("com.adobe.lrmobile"("10.0.2")) + compatibleWith("com.adobe.lrmobile"("9.3.0")) execute { isLoggedInFingerprint.method.apply { diff --git a/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt b/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt index 8dc963a49..e54f3169a 100644 --- a/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt @@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch val unlockPremiumPatch = bytecodePatch( name = "Unlock Premium", ) { - compatibleWith("com.adobe.lrmobile"("10.0.2")) + compatibleWith("com.adobe.lrmobile"("9.3.0")) execute { // Set hasPremium = true.