Patched-Up
June 20, 2026 ยท View on GitHub
ย
About
The goal of this project is to migrate missing ReVanced patches to Morphe and keep them compatible with the latest version of the original apps. Regular updates โ stay tuned.
Supported Apps & Patches
| App | Package | Version | Patches |
|---|---|---|---|
| Google News ๐ฏ๐ | com.google.android.apps.magazines | Custom Tabs, GMS Support | |
| Kleinanzeigen ๐ฏ | com.ebay.kleinanzeigen | Hide Ads, Hide Pur, Remove Tracking Params |
๐ Supports MicroG integration.
๐ฏ This app has a strict requirement to use the version defined in the patch.
ย
Features
๐ฐ Google News
| Patch | Description |
|---|---|
| ๐ช Custom Tabs | Opens news articles in your default browser, so you can use your ad blocker and browser extensions. |
| โ๏ธ GMS Support | Enables Google sign-in via MicroG GmsCore โ a free and open-source replacement for Google Play Services. |
โ ๏ธ Known Issue: Google Sign-In on Fresh Install
GMS/MicroG sign-in does not work on a fresh install of the latest patched version. You must first sign in on an older patched version, then update.
Workaround:
- Download Release v1.3.4 (the
.mppfile)- In Morphe Manager, add the v1.3.4
.mppas a local patch source- Patch Google News v5.155.0.885456612 with the v1.3.4 patches and install it
- Open the patched app and sign in to your Google account
- Now switch back to the latest release as patch source and patch the latest supported Google News version
- Install the new patched APK as an update over the old one โ your login will be preserved
๐ฆ Kleinanzeigen
| Patch | Description |
|---|---|
| ๐ซ Hide Ads | Hides sponsored ads and Google Ads. Also disables Microsoft Clarity analytics. |
| ๐ Hide Pur | Hides the Pur ad-free subscription option from the settings menu. |
| ๐ Remove Tracking Params | Removes UTM tracking parameters from URLs shared via the in-app share function. |
ย
How to use
Requirements
- Morphe Manager โ the app used to apply patches
- MicroG GmsCore โ required for apps that use Google Play Services (e.g. Google sign-in)
Steps
-
Install Morphe Manager and set up MicroG following the Morphe MicroG guide
-
In Morphe Manager, add this repository as a patch source: https://github.com/docbt/patched-up Or use the quick-add link: https://morphe.software/add-source?github=docbt/patched-up
-
In Morphe Manager settings, enable Expert Mode to select patches individually
-
Select your app and apply the patches:
4a. Google News
โ ๏ธ All three patches are required. Do not skip any of them.
- Change package name (this repository โ applied automatically as a dependency)
- Enable CustomTabs (this repository)
- GmsCore Support (this repository)
4b. Kleinanzeigen
- Change package name (from the Morphe Patches repository โ optional, prevent Google Play from updating)
- Hide Ads (this repository)
- Hide Pur (this repository)
- Remove Tracking Params (this repository โ optional)
ย
Contributing
Contributions are welcome. Please read the contribution guidelines before submitting a pull request.
ย
Building
./gradlew :patches:buildAndroid
ย
Credits
- ReVanced โ Original patches including
Change package name(GPL v3) - Morphe โ Patcher framework and ecosystem
- MicroG GmsCore โ Open-source replacement for Google Play Services
ย
License
This project is licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7:
- Attribution (7b): The author "docbt" and original authorship must be preserved in all derivative works and forks. The notice in the NOTICE file may not be removed or altered.
- Name Restriction (7c): The name "Morphe" may not be used for derivative works. Derivatives must adopt a distinct identity unrelated to "Morphe."
See the NOTICE file for full Section 7 conditions.