Skip to content

Commit efef03b

Browse files
committed
feat(Lightroom): Constrain patches to last working version
1 parent a1303c5 commit efef03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
77
val disableMandatoryLoginPatch = bytecodePatch(
88
name = "Disable mandatory login",
99
) {
10-
compatibleWith("com.adobe.lrmobile")
10+
compatibleWith("com.adobe.lrmobile"("10.0.2"))
1111

1212
execute {
1313
isLoggedInFingerprint.method.apply {

patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
77
val unlockPremiumPatch = bytecodePatch(
88
name = "Unlock premium",
99
) {
10-
compatibleWith("com.adobe.lrmobile")
10+
compatibleWith("com.adobe.lrmobile"("10.0.2"))
1111

1212
execute {
1313
// Set hasPremium = true.

0 commit comments

Comments
 (0)