Skip to content

Commit ba3bf69

Browse files
fix(My Expenses - Unlock pro): Constrain compatible version to working version (#3974)
1 parent da79312 commit ba3bf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/myexpenses/misc/pro/UnlockProPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.bytecodePatch
77
val unlockProPatch = bytecodePatch(
88
name = "Unlock pro",
99
) {
10-
compatibleWith("org.totschnig.myexpenses")
10+
compatibleWith("org.totschnig.myexpenses"("3.4.9"))
1111

1212
execute {
1313
isEnabledFingerprint.method.addInstructions(

0 commit comments

Comments
 (0)