diff --git a/src/build/Revanced.sh b/src/build/Revanced.sh index f19bf5a..8024902 100644 --- a/src/build/Revanced.sh +++ b/src/build/Revanced.sh @@ -103,23 +103,9 @@ patch "tiktok" "tiktok-revanced" ################################################# -# Patch Instagram: -# Armeabi-v7a -rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar -dl_gh "revanced-patches" "revanced" "tags/v2.175.0" -dl_gh "revanced-integrations" "revanced" "tags/v0.109.0" -dl_gh "revanced-cli" "revanced" "tags/v2.21.0" -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" - -################################################# - # Split architecture: -rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar +rm -f revanced-cli*.jar dl_gh "revanced-cli" "j-hc" "latest" -dl_gh "revanced-patches revanced-integrations" "revanced" "latest" # Split architecture Youtube: for i in {0..3}; do split_arch "youtube-revanced" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})" @@ -127,5 +113,18 @@ done ################################################# +# Patch Instagram: +# Armeabi-v7a +rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar +dl_gh "revanced-patches" "revanced" "tags/v2.175.0" +dl_gh "revanced-integrations" "revanced" "tags/v0.109.0" +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" + +################################################# + ls revanced-patches*.jar >> revanced-version.txt fi