mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-25 19:51:03 +00:00
fix(Proton mail): Constrain patches to last working app target
This commit is contained in:
@@ -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 ->
|
||||||
|
|||||||
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user