File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
patches/src/main/kotlin/app/revanced/patches/lightroom/misc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
7
7
val disableMandatoryLoginPatch = bytecodePatch(
8
8
name = " Disable mandatory login" ,
9
9
) {
10
- compatibleWith(" com.adobe.lrmobile" (" 10.0.2 " ))
10
+ compatibleWith(" com.adobe.lrmobile" (" 9.3.0 " ))
11
11
12
12
execute {
13
13
isLoggedInFingerprint.method.apply {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
7
7
val unlockPremiumPatch = bytecodePatch(
8
8
name = " Unlock Premium" ,
9
9
) {
10
- compatibleWith(" com.adobe.lrmobile" (" 10.0.2 " ))
10
+ compatibleWith(" com.adobe.lrmobile" (" 9.3.0 " ))
11
11
12
12
execute {
13
13
// Set hasPremium = true.
You can’t perform that action at this time.
0 commit comments