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:
@@ -36,9 +36,12 @@ patch "reddit" "revanced-extended" "inotia"
|
||||
|
||||
#################################################
|
||||
|
||||
rm -f revanced-cli*
|
||||
dl_gh "revanced-cli" "FiorenMas" "latest"
|
||||
# Split architecture Youtube:
|
||||
get_patches_key "youtube-revanced-extended"
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-revanced-extended" "youtube-${archs[i]}-revanced-extended" "$(gen_rip_libs ${libs[i]})"
|
||||
split_arch "youtube" "youtube-${archs[i]}-revanced-extended" "$(gen_rip_libs ${libs[i]})"
|
||||
done
|
||||
|
||||
#################################################
|
||||
#################################################
|
||||
Reference in New Issue
Block a user