mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-27 10:25:50 +01:00
fix(My Expenses - Unlock pro): Constrain compatible version to working version (#3974)
This commit is contained in:
parent
da7931291d
commit
ba3bf69df0
@ -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…
Reference in New Issue
Block a user