feat(gmxmail): split into two patches

This commit is contained in:
obXfuse 2026-02-22 15:18:02 -05:00
parent 818cf509f2
commit 77f159987d
5 changed files with 29 additions and 9 deletions

View file

@ -240,6 +240,10 @@ public final class app/revanced/patches/gmxmail/ads/HideAdsPatchKt {
public static final fun getHideAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/gmxmail/premium/HidePremiumUpgradeButtonKt {
public static final fun getHidePremiumUpgradeButtonPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/googlenews/customtabs/EnableCustomTabsPatchKt {
public static final fun getEnableCustomTabsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}