fix(My Expenses - Unlock pro): Constrain compatible version to working version (#3974)
This commit is contained in:
parent
11537526a4
commit
abcaa6336a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
|
||||||
val unlockProPatch = bytecodePatch(
|
val unlockProPatch = bytecodePatch(
|
||||||
name = "Unlock pro",
|
name = "Unlock pro",
|
||||||
) {
|
) {
|
||||||
compatibleWith("org.totschnig.myexpenses")
|
compatibleWith("org.totschnig.myexpenses"("3.4.9"))
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
isEnabledFingerprint.method.addInstructions(
|
isEnabledFingerprint.method.addInstructions(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue