mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Fix bugs + added Lightroom
This commit is contained in:
@@ -10,7 +10,8 @@ checker "YT-Advanced/ReX-patches" "ReX"
|
||||
#################################################
|
||||
|
||||
# Download requirements
|
||||
dl_gh "ReX-patches ReX-integrations" "YT-Advanced" "latest"
|
||||
dl_gh "ReX-patches" "YT-Advanced" "latest"
|
||||
dl_gh "ReX-integrations" "YT-Advanced" "tags/v0.117.2"
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
dl_htmlq
|
||||
|
||||
@@ -22,6 +23,7 @@ get_ver "Hide general ads" "com.google.android.youtube"
|
||||
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
||||
_patch "youtube" "youtube-ReX"
|
||||
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch YouTube Music Extended:
|
||||
@@ -38,8 +40,9 @@ _patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-ReX"
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli*
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
# Split architecture Youtube:
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-ReX" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})"
|
||||
|
||||
@@ -26,8 +26,9 @@ _patch "youtube" "youtube-revanced-extended-android-6-7"
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli*
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
# Split architecture Youtube:
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-revanced-extended-android-6-7" "youtube-${archs[i]}-revanced-extended-android-6-7" "$(gen_rip_libs ${libs[i]})"
|
||||
|
||||
@@ -44,8 +44,9 @@ _patch "reddit" "reddit-revanced-extended-inotia-discontinued"
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli*
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
# Split architecture Youtube:
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-revanced-extended-inotia-discontinued" "youtube-${archs[i]}-revanced-extended-inotia-discontinued" "$(gen_rip_libs ${libs[i]})"
|
||||
|
||||
@@ -97,6 +97,20 @@ patch "pixiv" "pixiv-revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Lightroom:
|
||||
get_patches_key "lightroom"
|
||||
get_apk "lightroom" "lightroom" "adobe/lightroom/lightroom"
|
||||
patch "lightroom" "lightroom-revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Nova Launcher:
|
||||
#get_patches_key "nova-launcher"
|
||||
#get_apk "nova-launcher" "nova-launcher" "teslacoil-software/nova-launcher/nova-launcher"
|
||||
#patch "nova-launcher" "nova-launcher-revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Windy:
|
||||
get_patches_key "windy"
|
||||
get_apk "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast"
|
||||
@@ -105,8 +119,9 @@ patch "windy" "windy-revanced"
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli*.jar
|
||||
rm -f revanced-cli* revanced-patches*.jar patches.json
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||
# Split architecture Youtube:
|
||||
for i in {0..3}; do
|
||||
split_arch "youtube-revanced" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})"
|
||||
@@ -123,6 +138,6 @@ dl_gh "revanced-cli" "revanced" "tags/v2.21.2"
|
||||
get_patches_key "instagram"
|
||||
version="271.1.0.21.84"
|
||||
get_apk "instagram-armeabi-v7a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "armeabi-v7a"
|
||||
patch "instagram-armeabi-v7a" "instagram-armeabi-v7a-revanced"
|
||||
_patch "instagram-armeabi-v7a" "instagram-armeabi-v7a-revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
Reference in New Issue
Block a user