Aidan's Morphe Patches

September 20, 2026 · View on GitHub

My Morphe patches

WTFPL Badge

Add to Morphe badge

📱 Supported Applications & Patches

v1.0.0  •  main  •  6 patches total

📦 Sezzle  •  6 patches

🎯 Supported versions:

5.3.9
💊 Patch📜 Description⚙️ Options
Clean AuthenticationShows Google sign-in only and removes the unavailable phone sign-in controls.
Disable CodePush OTA BundlesAlways starts the embedded JavaScript bundle instead of a CodePush update.
Patch Consent ScreenRequires consent to a patched-app warning before opening Sezzle authentication.
Remove Ads and TrackingRemoves all ads (AppLovin MAX, Google Mobile Ads, Rokt, Playtime, InBrain Surveys) and disables analytics and tracking SDKs (AppsFlyer, FullStory, Braze, Firebase Analytics, mParticle, Facebook SDK, AppCenter).
Remove RewardsRemoves the Rewards tab from the navigation bar and disables associated reward screens.
Replace Shop with HomeReplaces the Shop bottom navigation tab with Home and removes home feed content.

🛠️ Building

Prerequisites

  • JDK 17+ (JDK 27 tested)
  • Android SDK (set sdk.dir in local.properties or export ANDROID_HOME)

Build Command

./gradlew buildAndroid

The compiled patch bundle will be generated at:

patches/build/libs/patches-*.mpp

To update patches-list.json:

./gradlew generatePatchesList

📲 Applying Patches

Using Morphe Desktop:

java -jar morphe-desktop.jar patch \
  --patches patches/build/libs/patches-1.0.0.mpp \
  --out sezzle-patched.apk \
  base.apk

📜 License

Licensed under the GNU General Public License v3.0.