feat(Lightroom): Constrain patches to last working version
This commit is contained in:
parent
5debf9936d
commit
858c59d728
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue