feat(Lightroom): Constrain patches to last working version (#5335)
This commit is contained in:
parent
89ec5d5bc6
commit
f7f49b834e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue