forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·39 lines (35 loc) · 1.32 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
enable-magisk-update = false
parallel-jobs = 1
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
rv-brand = "ReVanced Extended"
[Music-Extended]
patches-version = "latest"
app-name = "Music"
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
arch = "arm64-v8a"
included-patches = ""
excluded-patches = "'Custom branding name for YouTube Music' 'Custom branding icon for YouTube Music'"
[YouTube-Extended]
patches-version = "latest"
app-name = "YouTube"
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
included-patches = ""
excluded-patches = "'Custom branding name for YouTube' 'Custom branding icon for YouTube' 'MaterialYou'"
[Music-Extended-dev]
patches-version = "dev"
app-name = "Music-dev"
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
arch = "arm64-v8a"
included-patches = ""
excluded-patches = "'Custom branding name for YouTube Music' 'Custom branding icon for YouTube Music'"
[YouTube-Extended-dev]
patches-version = "dev"
app-name = "YouTube-dev"
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
included-patches = ""
excluded-patches = "'Custom branding name for YouTube' 'Custom branding icon for YouTube' 'MaterialYou'"