mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Split architectures APKs file size reduce
From now use a fork from inotia00 revanced cli to splitting architectures (source code: https://github.com/FiorenMas/revanced-cli). It can reduce APKs file size about 10% by using --rip-lib res and --rip-lib classes to remove unnecessary things
This commit is contained in:
@@ -31,11 +31,12 @@ patch "youtube-music-armeabi-v7a" "revanced"
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
dl_gh "revanced-cli" "FiorenMas" "latest"
|
||||
dl_gh "revanced-patches" "inotia00" "latest"
|
||||
# Split architecture Youtube:
|
||||
get_patches_key "youtube-revanced"
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-revanced" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})"
|
||||
split_arch "youtube" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})"
|
||||
done
|
||||
|
||||
#################################################
|
||||
|
||||
Reference in New Issue
Block a user