Automated build system for applying Andrew's Morphe Patches to the LINE app. This builder is scheduled to run daily, automatically checking for updates and compiling new releases whenever a new patch or base app version is available.
App stability is NOT guaranteed. This build system is configured to dynamically extract patch metadata directly from the Morphe CLI and forcefully apply all compatible patches to the LINE app, but unexpected bugs, crashes, or layout issues may still occur. Use at your own risk.
The builder independently monitors the upstream Morphe repository for both Stable and Pre-release updates, automatically triggering daily builds and appropriately tagging them so you always have access to the latest development channels.
Instead of relying on fragile upstream JSON files, this pipeline parses patch metadata (including version compatibility) dynamically and directly from the Morphe CLI text output. This ensures the build process remains robust even if the upstream repository structure changes.
Get the latest pre-built LINE APKs from the Releases Page.
For instructions on how to use the patched app, configure features, or see exactly what each patch does, please refer to the official patch repository: 👉 Andrew's Morphe Patches Documentation
- andrewliang25/morphe-patches - The patch source.
- MorpheApp/morphe-cli - Morphe CLI patcher.
- REAndroid/APKEditor - Used for merging split APKs.