forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b44264
commit b176259
Showing
1 changed file
with
20 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,32 @@ | ||
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app | ||
parallel-jobs = 1 | ||
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app | ||
|
||
# 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 | ||
# GLOBAL | ||
patches-source = "inotia00/revanced-patches" | ||
integrations-source = "inotia00/revanced-integrations" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "Revanced" | ||
# cli-version = "v4.6.2" | ||
|
||
[YouTube] | ||
build-mode = "both" | ||
excluded-patches = "" | ||
included-patches = "" | ||
[Music-EX] | ||
version = "auto" | ||
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" | ||
# version = "6.51.53" | ||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" | ||
apkmirror-dlurl = "https://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" | ||
|
||
[GooglePhotos] | ||
build-mode = "both" | ||
arch = "both" | ||
version = "auto" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/" | ||
uptodown-dlurl = "https://google-photos.en.uptodown.com/android" | ||
|
||
[Music-Extended] | ||
app-name = "Music" | ||
patches-source = "inotia00/revanced-patches" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced Extended" | ||
build-mode = "both" | ||
include-stock = false | ||
arch = "both" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music" | ||
|
||
[YouTube-Extended] | ||
app-name = "YouTube" | ||
patches-source = "inotia00/revanced-patches" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced Extended" | ||
[YouTube-EX] | ||
version = "auto" | ||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube" | ||
# apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube" | ||
# uptodown-dlurl = "https://youtube.en.uptodown.com/android" | ||
build-mode = "both" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube" | ||
|
||
[Reddit-Extended] | ||
patches-source = "inotia00/revanced-patches" | ||
cli-source = "inotia00/revanced-cli" | ||
rv-brand = "ReVanced Extended" | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.reddit.frontpage" | ||
|
||
[Twitch] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/" | ||
uptodown-dlurl = "https://twitch.en.uptodown.com/android" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/tv.twitch.android.app" | ||
|
||
[Twitter] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/x-corp/twitter" | ||
build-mode = "apk" | ||
dpi = "120-640dpi" | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android" | ||
|
||
[TikTok] | ||
enabled = false | ||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically" | ||
included-patches = "'SIM spoof'" | ||
|
||
[Messenger] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/messenger/" | ||
arch = "arm64-v8a" | ||
|
||
[Spotify] | ||
enabled = false | ||
uptodown-dlurl = "https://spotify.en.uptodown.com/android" | ||
|
||
[IconPackStudio] | ||
enabled = false | ||
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/" | ||
excluded-patches = "'Theme' 'Alternative thumbnails' 'Enable debugging'" | ||
include-stock = false | ||
arch = "all" |