mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 05:32:07 +00:00
fix: resolve the apk build
This commit is contained in:
+32
-39
@@ -1,4 +1,4 @@
|
||||
enable-magisk-update = false # set this to false if you do not want to receive updates for the module in magisk app
|
||||
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
|
||||
@@ -8,65 +8,58 @@ parallel-jobs = 1
|
||||
|
||||
[YouTube]
|
||||
build-mode = "both"
|
||||
excluded-patches = ""
|
||||
included-patches = ""
|
||||
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"
|
||||
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"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.photos"
|
||||
|
||||
[Spotify]
|
||||
uptodown-dlurl = "https://spotify.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 = "apk"
|
||||
version = "auto"
|
||||
build-mode = "both"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
||||
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
||||
included-patches = ""
|
||||
excluded-patches = ""
|
||||
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 = "apk"
|
||||
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"
|
||||
included-patches = ""
|
||||
excluded-patches = ""
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||
|
||||
[TikTok]
|
||||
enabled = false
|
||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically"
|
||||
included-patches = "'SIM spoof'"
|
||||
[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"
|
||||
|
||||
[Messenger]
|
||||
[Twitch]
|
||||
enabled = false
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/messenger/"
|
||||
arch = "arm64-v8a"
|
||||
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"
|
||||
|
||||
[IconPackStudio]
|
||||
[Twitter]
|
||||
enabled = false
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
||||
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"
|
||||
Reference in New Issue
Block a user