fix(Proton mail): Constrain patches to last working app target
This commit is contained in:
parent
51237c177a
commit
189529151a
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ val removeFreeAccountsLimitPatch = resourcePatch(
|
|||
name = "Remove free accounts limit",
|
||||
description = "Removes the limit for maximum free accounts logged in.",
|
||||
) {
|
||||
compatibleWith("ch.protonmail.android")
|
||||
compatibleWith("ch.protonmail.android"("4.15.0"))
|
||||
|
||||
execute {
|
||||
document("res/values/integers.xml").use { document ->
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ val removeSentFromSignaturePatch = resourcePatch(
|
|||
name = "Remove 'Sent from' signature",
|
||||
description = "Removes the 'Sent from Proton Mail mobile' signature from emails.",
|
||||
) {
|
||||
compatibleWith("ch.protonmail.android")
|
||||
compatibleWith("ch.protonmail.android"("4.15.0"))
|
||||
|
||||
execute {
|
||||
val stringResourceFiles = mutableListOf<File>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue