mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
change split arch, added rufusin, more anddea app
- Previous I use my forked cli in 582c94e90a
To make split file smaller. But now Revanced cli already fix problem in
https://github.com/ReVanced/revanced-library/issues/16
So I revert to old split arch for faster split
- Added more apps, rename little things...
This commit is contained in:
@@ -6,7 +6,7 @@ source src/build/utils.sh
|
||||
|
||||
# Download requirements
|
||||
dl_gh "ReX-patches ReX-integrations" "YT-Advanced" "latest"
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
dl_gh "revanced-cli" "revanced" "latest"
|
||||
|
||||
#################################################
|
||||
|
||||
@@ -14,7 +14,7 @@ dl_gh "revanced-cli" "inotia00" "latest"
|
||||
get_patches_key "youtube-ReX"
|
||||
get_ver "Hide general ads" "com.google.android.youtube"
|
||||
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
||||
patch "youtube" "ReX" "inotia"
|
||||
patch "youtube" "ReX"
|
||||
|
||||
#################################################
|
||||
|
||||
@@ -23,28 +23,30 @@ patch "youtube" "ReX" "inotia"
|
||||
get_patches_key "youtube-music-ReX"
|
||||
get_ver "Enable color match player" "com.google.android.apps.youtube.music"
|
||||
get_apk "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a"
|
||||
patch "youtube-music-arm64-v8a" "ReX" "inotia"
|
||||
patch "youtube-music-arm64-v8a" "ReX"
|
||||
# Armeabi-v7a
|
||||
get_patches_key "youtube-music-ReX"
|
||||
get_ver "Enable color match player" "com.google.android.apps.youtube.music"
|
||||
get_apk "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a"
|
||||
patch "youtube-music-armeabi-v7a" "ReX" "inotia"
|
||||
patch "youtube-music-armeabi-v7a" "ReX"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Reddit:
|
||||
get_patches_key "reddit"
|
||||
get_apk "reddit" "reddit" "redditinc/reddit/reddit"
|
||||
patch "reddit" "ReX" "inotia"
|
||||
patch "reddit" "ReX"
|
||||
|
||||
#################################################
|
||||
|
||||
rm -f revanced-cli*
|
||||
dl_gh "revanced-cli" "FiorenMas" "latest"
|
||||
# Split architecture:
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
dl_gh "revanced-patches" "inotia00" "latest"
|
||||
# Split architecture Youtube:
|
||||
get_patches_key "youtube-ReX"
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})"
|
||||
split_arch "youtube-ReX" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})"
|
||||
done
|
||||
|
||||
#################################################
|
||||
|
||||
Reference in New Issue
Block a user