mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-26 19:15:55 +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(
|
||||
name = "Unlock pro",
|
||||
) {
|
||||
compatibleWith("org.totschnig.myexpenses")
|
||||
compatibleWith("org.totschnig.myexpenses"("3.4.9"))
|
||||
|
||||
execute {
|
||||
isEnabledFingerprint.method.addInstructions(
|
||||
|
Loading…
Reference in New Issue
Block a user