Skip to content

Commit

Permalink
fix(My Expenses - Unlock pro): Constrain compatible version to workin…
Browse files Browse the repository at this point in the history
…g version (ReVanced#3974)
  • Loading branch information
LisoUseInAIKyrios authored Nov 24, 2024
1 parent da79312 commit ba3bf69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ba3bf69

Please sign in to comment.