mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added SoundCloud
bump version some apps and lib
This commit is contained in:
10
README.md
10
README.md
@@ -263,6 +263,16 @@ Download
|
||||
|
||||
---
|
||||
|
||||
[](https://play.google.com/store/apps/details?id=com.soundcloud.android)
|
||||
|
||||
### Revanced:
|
||||
|
||||
| Stable version | Beta version |
|
||||
| ------------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
|
||||
| [All Architectures](../../releases/download/all/soundcloud-revanced.apk) | [All Architectures](../../releases/download/all/soundcloud-beta-revanced.apk) |
|
||||
|
||||
---
|
||||
|
||||
### [RAR:](https://play.google.com/store/apps/details?id=com.rarlab.rar)
|
||||
|
||||
### Revanced:
|
||||
|
||||
@@ -31,9 +31,7 @@ revanced_dl(){
|
||||
done
|
||||
}
|
||||
2() {
|
||||
dl_gh "revanced-patches" "revanced" "v4.17.0-dev.9"
|
||||
dl_gh "revanced-integrations" "revanced" "v1.16.0-dev.8"
|
||||
dl_gh "revanced-cli" "revanced" "latest"
|
||||
revanced_dl
|
||||
# Patch Messenger:
|
||||
# Arm64-v8a
|
||||
get_patches_key "messenger"
|
||||
@@ -85,16 +83,18 @@ revanced_dl(){
|
||||
revanced_dl
|
||||
# Patch Tumblr:
|
||||
get_patches_key "tumblr"
|
||||
version="35.0.0.110"
|
||||
get_apk "com.tumblr" "tumblr-beta" "tumblr" "tumblr-inc/tumblr/tumblr"
|
||||
get_apk "com.tumblr" "tumblr-beta" "tumblr" "tumblr-inc/tumblr/tumblr" "Bundle"
|
||||
patch "tumblr-beta" "revanced"
|
||||
# Patch SoundCloud:
|
||||
get_patches_key "soundcloud"
|
||||
get_apk "com.soundcloud.android" "soundcloud-beta" "soundcloud-soundcloud" "soundcloud/soundcloud-soundcloud/soundcloud-soundcloud" "Bundle"
|
||||
patch "soundcloud-beta" "revanced"
|
||||
}
|
||||
7() {
|
||||
revanced_dl
|
||||
# Patch Lightroom:
|
||||
get_patches_key "lightroom"
|
||||
version="9.2.2"
|
||||
get_apk "com.adobe.lrmobile" "lightroom-beta" "lightroom" "adobe/lightroom/lightroom" "arm64-v8a"
|
||||
get_apk "com.adobe.lrmobile" "lightroom-beta" "lightroom" "adobe/lightroom/lightroom" "Bundle"
|
||||
patch "lightroom-beta" "revanced"
|
||||
# Patch RAR:
|
||||
get_patches_key "rar"
|
||||
|
||||
@@ -83,9 +83,12 @@ revanced_dl(){
|
||||
revanced_dl
|
||||
# Patch Tumblr:
|
||||
get_patches_key "tumblr"
|
||||
version="35.0.0.110"
|
||||
get_apk "com.tumblr" "tumblr" "tumblr" "tumblr-inc/tumblr/tumblr"
|
||||
get_apk "com.tumblr" "tumblr" "tumblr" "tumblr-inc/tumblr/tumblr" "Bundle"
|
||||
patch "tumblr" "revanced"
|
||||
# Patch SoundCloud:
|
||||
get_patches_key "soundcloud"
|
||||
get_apk "com.soundcloud.android" "soundcloud" "soundcloud-soundcloud" "soundcloud/soundcloud-soundcloud/soundcloud-soundcloud" "Bundle"
|
||||
patch "soundcloud" "revanced"
|
||||
}
|
||||
7() {
|
||||
revanced_dl
|
||||
@@ -95,8 +98,7 @@ revanced_dl(){
|
||||
patch "rar" "revanced"
|
||||
# Patch Lightroom:
|
||||
get_patches_key "lightroom"
|
||||
version="9.2.2"
|
||||
get_apk "com.adobe.lrmobile" "lightroom" "lightroom" "adobe/lightroom/lightroom" "arm64-v8a"
|
||||
get_apk "com.adobe.lrmobile" "lightroom" "lightroom" "adobe/lightroom/lightroom" "Bundle"
|
||||
patch "lightroom" "revanced"
|
||||
}
|
||||
case "$1" in
|
||||
|
||||
@@ -7,7 +7,7 @@ wget -q -O ./htmlq.tar.gz https://github.com/mgdm/htmlq/releases/latest/download
|
||||
tar -xf "./htmlq.tar.gz" -C "./"
|
||||
HTMLQ="./htmlq"
|
||||
#Setup APKEditor for install combine split apks
|
||||
wget -q -O ./APKEditor.jar https://github.com/REAndroid/APKEditor/releases/download/V1.3.9/APKEditor-1.3.9.jar
|
||||
wget -q -O ./APKEditor.jar https://github.com/REAndroid/APKEditor/releases/download/V1.4.1/APKEditor-1.4.1.jar
|
||||
APKEditor="./APKEditor.jar"
|
||||
|
||||
#################################################
|
||||
|
||||
0
src/patches/soundcloud/exclude-patches
Normal file
0
src/patches/soundcloud/exclude-patches
Normal file
0
src/patches/soundcloud/include-patches
Normal file
0
src/patches/soundcloud/include-patches
Normal file
Reference in New Issue
Block a user