fix(Proton mail): Constrain patches to last working app target

This commit is contained in:
LisoUseInAIKyrios
2025-08-22 00:09:46 -04:00
parent 51237c177a
commit 189529151a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ val removeFreeAccountsLimitPatch = resourcePatch(
name = "Remove free accounts limit", name = "Remove free accounts limit",
description = "Removes the limit for maximum free accounts logged in.", description = "Removes the limit for maximum free accounts logged in.",
) { ) {
compatibleWith("ch.protonmail.android") compatibleWith("ch.protonmail.android"("4.15.0"))
execute { execute {
document("res/values/integers.xml").use { document -> document("res/values/integers.xml").use { document ->

View File

@@ -10,7 +10,7 @@ val removeSentFromSignaturePatch = resourcePatch(
name = "Remove 'Sent from' signature", name = "Remove 'Sent from' signature",
description = "Removes the 'Sent from Proton Mail mobile' signature from emails.", description = "Removes the 'Sent from Proton Mail mobile' signature from emails.",
) { ) {
compatibleWith("ch.protonmail.android") compatibleWith("ch.protonmail.android"("4.15.0"))
execute { execute {
val stringResourceFiles = mutableListOf<File>() val stringResourceFiles = mutableListOf<File>()