mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
added Tasker, Novalauncher
Because the patching time of revanced.sh is too long, I split it into 3 .sh files and ran them with 3 more runners to speed up the patching time.
This commit is contained in:
62
src/build/Revanced-2.sh
Normal file
62
src/build/Revanced-2.sh
Normal file
@@ -0,0 +1,62 @@
|
||||
#!/bin/bash
|
||||
# Revanced build
|
||||
source ./src/build/utils.sh
|
||||
|
||||
#################################################
|
||||
|
||||
# Checking new patch
|
||||
checker "revanced/revanced-patches" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Download requirements
|
||||
dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Instagram:
|
||||
# Arm64-v8a
|
||||
get_patches_key "instagram"
|
||||
get_ver "Hide timeline ads" "com.instagram.android"
|
||||
get_apk "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a"
|
||||
patch "instagram-arm64-v8a" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Messenger:
|
||||
# Arm64-v8a
|
||||
get_patches_key "messenger"
|
||||
get_apk "messenger-arm64-v8a" "messenger" "facebook-2/messenger/messenger" "arm64-v8a"
|
||||
patch "messenger-arm64-v8a" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Twitter:
|
||||
get_patches_key "twitter"
|
||||
get_apk "twitter" "twitter" "x-corp/twitter/twitter"
|
||||
patch "twitter" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Twitch:
|
||||
get_patches_key "twitch"
|
||||
get_ver "Block video ads" "tv.twitch.android.app"
|
||||
get_apk "twitch" "twitch" "twitch-interactive-inc/twitch/twitch"
|
||||
patch "twitch" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Reddit:
|
||||
get_patches_key "reddit"
|
||||
get_apk "reddit" "reddit" "redditinc/reddit/reddit"
|
||||
patch "reddit" "revanced"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch Tiktok:
|
||||
get_patches_key "tiktok"
|
||||
version="30.5.2"
|
||||
get_apk "tiktok" "tik-tok-including-musical-ly" "tiktok-pte-ltd/tik-tok-including-musical-ly/tik-tok-including-musical-ly"
|
||||
patch "tiktok" "revanced"
|
||||
|
||||
#################################################
|
||||
Reference in New Issue
Block a user