fix(My Expenses - Unlock pro): Constrain compatible version to working version (#3974)

This commit is contained in:
LisoUseInAIKyrios 2024-11-25 02:47:15 +04:00 committed by GitHub
parent da7931291d
commit ba3bf69df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(