Skip to content

Commit 1895291

Browse files
author
LisoUseInAIKyrios
committed
fix(Proton mail): Constrain patches to last working app target
1 parent 51237c1 commit 1895291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/protonmail/account/RemoveFreeAccountsLimitPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val removeFreeAccountsLimitPatch = resourcePatch(
88
name = "Remove free accounts limit",
99
description = "Removes the limit for maximum free accounts logged in.",
1010
) {
11-
compatibleWith("ch.protonmail.android")
11+
compatibleWith("ch.protonmail.android"("4.15.0"))
1212

1313
execute {
1414
document("res/values/integers.xml").use { document ->

patches/src/main/kotlin/app/revanced/patches/protonmail/signature/RemoveSentFromSignaturePatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val removeSentFromSignaturePatch = resourcePatch(
1010
name = "Remove 'Sent from' signature",
1111
description = "Removes the 'Sent from Proton Mail mobile' signature from emails.",
1212
) {
13-
compatibleWith("ch.protonmail.android")
13+
compatibleWith("ch.protonmail.android"("4.15.0"))
1414

1515
execute {
1616
val stringResourceFiles = mutableListOf<File>()

0 commit comments

Comments
 (0)