mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 20:02:00 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a7d8890aa | ||
|
|
57d950f57f | ||
|
|
e0a5116d13 |
@@ -171,5 +171,9 @@ log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)\
|
|||||||
log "$(cat "$TEMP_DIR"/*-rv/changelog.md)"
|
log "$(cat "$TEMP_DIR"/*-rv/changelog.md)"
|
||||||
|
|
||||||
SKIPPED=$(cat "$TEMP_DIR"/skipped 2>/dev/null || :)
|
SKIPPED=$(cat "$TEMP_DIR"/skipped 2>/dev/null || :)
|
||||||
|
if [ -n "$SKIPPED" ]; then
|
||||||
|
log "\nSkipped:"
|
||||||
|
log "$SKIPPED"
|
||||||
|
fi
|
||||||
|
|
||||||
pr "Done"
|
pr "Done"
|
||||||
|
|||||||
+19
-50
@@ -7,8 +7,8 @@ parallel-jobs = 1
|
|||||||
# you can use rvmm-config-gen to generate a config
|
# you can use rvmm-config-gen to generate a config
|
||||||
|
|
||||||
[YouTube]
|
[YouTube]
|
||||||
build-mode = "apk"
|
build-mode = "both"
|
||||||
excluded-patches = "'Hide timestamp'"
|
excluded-patches = ""
|
||||||
included-patches = ""
|
included-patches = ""
|
||||||
version = "auto"
|
version = "auto"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
||||||
@@ -16,46 +16,21 @@ uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
||||||
|
|
||||||
[Music]
|
[Music]
|
||||||
build-mode = "apk"
|
build-mode = "both"
|
||||||
arch = "both"
|
arch = "both"
|
||||||
version = "auto"
|
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
||||||
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
uptodown-dlurl = "https://youtube-music.en.uptodown.com/android"
|
||||||
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||||
|
|
||||||
[GooglePhotos]
|
[GooglePhotos]
|
||||||
build-mode = "apk"
|
build-mode = "both"
|
||||||
arch = "both"
|
arch = "both"
|
||||||
version = "auto"
|
version = "auto"
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/photos/"
|
||||||
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
|
uptodown-dlurl = "https://google-photos.en.uptodown.com/android"
|
||||||
|
|
||||||
[Music-Extended]
|
[Spotify]
|
||||||
app-name = "Music"
|
uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
||||||
patches-source = "inotia00/revanced-patches"
|
|
||||||
cli-source = "inotia00/revanced-cli"
|
|
||||||
rv-brand = "ReVanced Extended"
|
|
||||||
build-mode = "apk"
|
|
||||||
arch = "both"
|
|
||||||
version = "auto"
|
|
||||||
included-patches = "'Custom header for YouTube Music' 'Spoof client'"
|
|
||||||
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music'"
|
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
|
||||||
uptodown-dlurl = "https://youtube-music.uptodown.com/android"
|
|
||||||
|
|
||||||
[Music-Extended-Beta]
|
|
||||||
app-name = "Music"
|
|
||||||
patches-source = "inotia00/revanced-patches"
|
|
||||||
patches-version = "dev"
|
|
||||||
cli-source = "inotia00/revanced-cli"
|
|
||||||
rv-brand = "ReVanced Extended"
|
|
||||||
build-mode = "apk"
|
|
||||||
arch = "both"
|
|
||||||
version = "auto"
|
|
||||||
included-patches = "'Custom header for YouTube Music' 'Spoof client'"
|
|
||||||
excluded-patches = "'Custom branding icon for YouTube Music' 'Custom branding name for YouTube Music'"
|
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
|
|
||||||
uptodown-dlurl = "https://youtube-music.uptodown.com/android"
|
|
||||||
|
|
||||||
[YouTube-Extended]
|
[YouTube-Extended]
|
||||||
app-name = "YouTube"
|
app-name = "YouTube"
|
||||||
@@ -69,22 +44,16 @@ uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|||||||
included-patches = "'Custom header for YouTube' 'MaterialYou' 'Hide Shorts dimming'"
|
included-patches = "'Custom header for YouTube' 'MaterialYou' 'Hide Shorts dimming'"
|
||||||
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
|
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
|
||||||
|
|
||||||
[YouTube-Extended-Beta]
|
[TikTok]
|
||||||
app-name = "YouTube"
|
enabled = false
|
||||||
patches-source = "inotia00/revanced-patches"
|
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.zhiliaoapp.musically"
|
||||||
patches-version = "dev"
|
included-patches = "'SIM spoof'"
|
||||||
cli-source = "inotia00/revanced-cli"
|
|
||||||
rv-brand = "ReVanced Extended"
|
|
||||||
build-mode = "apk"
|
|
||||||
version = "auto"
|
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
|
|
||||||
uptodown-dlurl = "https://youtube.en.uptodown.com/android"
|
|
||||||
included-patches = "'Custom header for YouTube' 'MaterialYou'"
|
|
||||||
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube' 'Disable splash animation'"
|
|
||||||
|
|
||||||
[Spotify]
|
[Messenger]
|
||||||
app-name = "Spotify"
|
enabled = false
|
||||||
build-mode = "apk"
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/facebook-2/messenger/"
|
||||||
arch = "both"
|
arch = "arm64-v8a"
|
||||||
version = "auto"
|
|
||||||
uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
[IconPackStudio]
|
||||||
|
enabled = false
|
||||||
|
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
||||||
|
|||||||
Reference in New Issue
Block a user