mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 13:38:52 +00:00
87 lines
3.1 KiB
TOML
Executable File
87 lines
3.1 KiB
TOML
Executable File
enable-module-update = true # set this to false if you do not want to receive updates for the module
|
|
parallel-jobs = 1
|
|
|
|
# add 'enabled = false' for not patching a specific app or remove it from the config
|
|
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
|
|
|
|
# you can use rvmm-config-gen to generate a config
|
|
|
|
[YouTube]
|
|
build-mode = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
|
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
|
|
|
[YouTube-Morphe]
|
|
app-name = "YouTube"
|
|
patches-source = "MorpheApp/morphe-patches"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
rv-brand = "Morphe"
|
|
build-mode = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
|
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
|
|
|
[Music]
|
|
build-mode = "both"
|
|
arch = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
|
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
|
|
|
[Music-Morphe]
|
|
app-name = "Music"
|
|
patches-source = "MorpheApp/morphe-patches"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
rv-brand = "Morphe"
|
|
build-mode = "both"
|
|
arch = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
|
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
|
|
|
[Reddit-Morphe]
|
|
app-name = "Reddit"
|
|
rv-brand = "Morphe"
|
|
build-mode = "both"
|
|
patches-source = "MorpheApp/morphe-patches"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.reddit.frontpage"
|
|
uptodown-dlurl = "https://reddit-official-app.en.uptodown.com/android"
|
|
dpi = "120-640dpi"
|
|
|
|
[Twitter]
|
|
patches-source = "crimera/piko"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
rv-brand = "Piko"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/x-corp/twitter/"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android"
|
|
build-mode = "module"
|
|
version = "11.81.0-release.0"
|
|
include-stock = "split"
|
|
|
|
[GooglePhotos]
|
|
patches-source = "RookieEnough/De-Vanced"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
rv-brand = "De-Vanced"
|
|
build-mode = "both"
|
|
arch = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/"
|
|
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
|
|
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.photos"
|
|
|
|
[Instagram]
|
|
patches-source = "RookieEnough/De-Vanced"
|
|
cli-source = "MorpheApp/morphe-cli"
|
|
rv-brand = "De-Vanced"
|
|
build-mode = "both"
|
|
arch = "both"
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/instagram/instagram-instagram/"
|
|
uptodown-dlurl = "https://instagram.en.uptodown.com/android"
|
|
|
|
[Twitch]
|
|
enabled = false
|
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/"
|
|
uptodown-dlurl = "https://twitch.en.uptodown.com/android"
|