We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1303c5 commit efef03bCopy full SHA for efef03b
patches/src/main/kotlin/app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatch.kt
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
7
val disableMandatoryLoginPatch = bytecodePatch(
8
name = "Disable mandatory login",
9
) {
10
- compatibleWith("com.adobe.lrmobile")
+ compatibleWith("com.adobe.lrmobile"("10.0.2"))
11
12
execute {
13
isLoggedInFingerprint.method.apply {
patches/src/main/kotlin/app/revanced/patches/lightroom/misc/premium/UnlockPremiumPatch.kt
val unlockPremiumPatch = bytecodePatch(
name = "Unlock premium",
// Set hasPremium = true.
0 commit comments