mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
48 lines
2.7 KiB
Markdown
Executable File
48 lines
2.7 KiB
Markdown
Executable File
#### ⚠️ Do not download modules from 3rd party sources like random websites you found on Google. Only use this repository. I am not responsible for anything they may contain.
|
|
|
|
# ReVanced Magisk Module
|
|
[](https://t.me/rvc_magisk)
|
|
[](https://github.com/j-hc/revanced-magisk-module/actions/workflows/build.yml)
|
|
[](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml)
|
|
|
|
Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/releases).
|
|
|
|
[**mindetach module**](https://github.com/j-hc/mindetach-magisk) in the releases section detaches YouTube and YouTube Music from Play Store and blocks it from updating them.
|
|
|
|
## Features
|
|
* Can build Magisk modules and non-root APKs
|
|
* Support all present and future Revanced apps
|
|
* Updated daily with the latest versions of apps and patches in accordance with your configuration
|
|
* Cleans APKs from unneeded libs to make them smaller
|
|
* Fully open-source, every binary or APK is compiled without human intervention
|
|
* Modules
|
|
* recompile invalidated odex for YouTube and Music apps for faster usage
|
|
* receive updates from Magisk app
|
|
* do not break safetynet or trigger root detections used by certain apps
|
|
* handle installation of the correct version of the stock app and all that
|
|
* mount the patched app immediately without needing to reboot
|
|
|
|
#### **Note that the [CI workflow](../../actions/workflows/ci.yml) is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in ReVanced patches. You may want to disable it.**
|
|
|
|
## To include/exclude patches
|
|
[**See the list of patches**](https://github.com/revanced/revanced-patches#-list-of-available-patches)
|
|
|
|
* Star the repo :eyes:
|
|
* [Fork the repo](https://github.com/j-hc/revanced-magisk-module/fork) or use it as a template
|
|
* Edit the options in [`config.toml`](./config.toml)
|
|
* Run the build [workflow](../../actions/workflows/build.yml)
|
|
* Grab your modules and APKs from [releases](../../releases)
|
|
|
|
To add more Revanced apps or know more about `config.toml`, read here [`CONFIG.md`](./CONFIG.md)
|
|
|
|
To be able to use non-root variants of YouTube and YT Music, install [Vanced MicroG](https://github.com/TeamVanced/VancedMicroG/releases).
|
|
|
|
# Building Locally
|
|
Make sure you have JDK 17 installed. Then run:
|
|
|
|
```console
|
|
$ git clone --recurse-submodules https://github.com/j-hc/revanced-magisk-module
|
|
$ cd revanced-magisk-module
|
|
$ ./build.sh
|
|
```
|