add Proton mail + bump version apps

Closed https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/issues/78
This commit is contained in:
yue374
2025-09-17 18:35:17 +07:00
parent ae80459a4a
commit 6009d3995c
6 changed files with 10 additions and 6 deletions

View File

@@ -57,7 +57,6 @@ patch "youtube-music-beta-x86" "anddea" "inotia"
# Patch Spotjfy Arm64-v8a # Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-anddea" get_patches_key "Spotjfy-anddea"
j="i" j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-beta-arm64-v8a" "anddea" patch "spotjfy-beta-arm64-v8a" "anddea"

View File

@@ -57,7 +57,6 @@ patch "youtube-music-stable-x86" "anddea" "inotia"
# Patch Spotjfy Arm64-v8a # Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-anddea" get_patches_key "Spotjfy-anddea"
j="i" j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-arm64-v8a" "anddea" patch "spotjfy-arm64-v8a" "anddea"

View File

@@ -190,11 +190,14 @@ revanced_dl(){
12() { 12() {
revanced_dl revanced_dl
# Patch Spotjfy Arm64-v8a # Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
j="i" j="i"
version="9.0.64.107" #https://github.com/ReVanced/revanced-patches/issues/5537#issuecomment-3134402120 get_patches_key "Spotjfy-revanced"
get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-beta-arm64-v8a" "revanced" patch "spotjfy-beta-arm64-v8a" "revanced"
# Patch Proton mail
get_patches_key "protonmail-revanced"
get_apk "ch.protonmail.android" "protonmail-beta" "protonmail-encrypted-email" "proton-technologies-ag/protonmail-encrypted-email/proton-mail-encrypted-email"
patch "protonmail-beta" "revanced"
} }
case "$1" in case "$1" in
1) 1)

View File

@@ -188,11 +188,14 @@ revanced_dl(){
12() { 12() {
revanced_dl revanced_dl
# Patch Spotjfy Arm64-v8a # Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
j="i" j="i"
version="9.0.64.107" #https://github.com/ReVanced/revanced-patches/issues/5537#issuecomment-3134402120 get_patches_key "Spotjfy-revanced"
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-arm64-v8a" "revanced" patch "spotjfy-arm64-v8a" "revanced"
# Patch Proton mail
get_patches_key "protonmail-revanced"
get_apk "ch.protonmail.android" "protonmail" "protonmail-encrypted-email" "proton-technologies-ag/protonmail-encrypted-email/proton-mail-encrypted-email"
patch "protonmail" "revanced"
} }
case "$1" in case "$1" in
1) 1)

View File

View File