diff --git a/patches/src/main/kotlin/app/revanced/patches/protonmail/account/RemoveFreeAccountsLimitPatch.kt b/patches/src/main/kotlin/app/revanced/patches/protonmail/account/RemoveFreeAccountsLimitPatch.kt index 473d8d400..cd81f1bb4 100644 --- a/patches/src/main/kotlin/app/revanced/patches/protonmail/account/RemoveFreeAccountsLimitPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/protonmail/account/RemoveFreeAccountsLimitPatch.kt @@ -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 -> diff --git a/patches/src/main/kotlin/app/revanced/patches/protonmail/signature/RemoveSentFromSignaturePatch.kt b/patches/src/main/kotlin/app/revanced/patches/protonmail/signature/RemoveSentFromSignaturePatch.kt index a59b8e7dd..44098a2df 100644 --- a/patches/src/main/kotlin/app/revanced/patches/protonmail/signature/RemoveSentFromSignaturePatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/protonmail/signature/RemoveSentFromSignaturePatch.kt @@ -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()