mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
add Photomath
Correct version some app
This commit is contained in:
@@ -159,7 +159,7 @@ revanced_dl(){
|
||||
revanced_dl
|
||||
# Patch Duolingo
|
||||
get_patches_key "Duolingo"
|
||||
lock_version="1"
|
||||
version="6.23.2" #https://github.com/ReVanced/revanced-patches/issues/4728#issuecomment-2779066581
|
||||
get_apk "com.duolingo" "duolingo-beta" "duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle"
|
||||
patch "duolingo-beta" "revanced"
|
||||
# Patch Google News Arm64-v8a
|
||||
@@ -168,6 +168,14 @@ revanced_dl(){
|
||||
split_editor "googlenews-beta" "googlenews-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64"
|
||||
patch "googlenews-beta-arm64-v8a" "revanced"
|
||||
}
|
||||
11() {
|
||||
revanced_dl
|
||||
# Patch Photomath
|
||||
get_patches_key "Photomath"
|
||||
get_apk "com.microblink.photomath" "photomath-beta" "photomath" "google-inc/photomath/photomath" "Bundle" "Bundle_extract"
|
||||
split_editor "photomath-beta" "photomath-beta"
|
||||
patch "photomath-beta" "revanced"
|
||||
}
|
||||
case "$1" in
|
||||
1)
|
||||
1
|
||||
@@ -199,4 +207,7 @@ case "$1" in
|
||||
10)
|
||||
10
|
||||
;;
|
||||
11)
|
||||
11
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -158,7 +158,7 @@ revanced_dl(){
|
||||
revanced_dl
|
||||
# Patch Duolingo
|
||||
get_patches_key "Duolingo"
|
||||
lock_version="1"
|
||||
version="6.23.2" #https://github.com/ReVanced/revanced-patches/issues/4728#issuecomment-2779066581
|
||||
get_apk "com.duolingo" "duolingo" "duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle"
|
||||
patch "duolingo" "revanced"
|
||||
# Patch Google News Arm64-v8a
|
||||
@@ -167,6 +167,14 @@ revanced_dl(){
|
||||
split_editor "googlenews" "googlenews-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64"
|
||||
patch "googlenews-arm64-v8a" "revanced"
|
||||
}
|
||||
11() {
|
||||
revanced_dl
|
||||
# Patch Photomath
|
||||
get_patches_key "Photomath"
|
||||
get_apk "com.microblink.photomath" "photomath" "photomath" "google-inc/photomath/photomath" "Bundle" "Bundle_extract"
|
||||
split_editor "photomath" "photomath"
|
||||
patch "photomath" "revanced"
|
||||
}
|
||||
case "$1" in
|
||||
1)
|
||||
1
|
||||
@@ -198,4 +206,7 @@ case "$1" in
|
||||
10)
|
||||
10
|
||||
;;
|
||||
11)
|
||||
11
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user