add Spotjfy anddea

This commit is contained in:
siritami
2025-06-02 01:19:58 +07:00
parent ae425d35f0
commit 8db778ebdb
9 changed files with 48 additions and 37 deletions

View File

@@ -178,6 +178,15 @@ revanced_dl(){
get_apkpure "com.strava" "strava-arm64-v8a" "strava-run-hike-2025-health/com.strava" "Bundle"
patch "strava-arm64-v8a" "revanced"
}
12() {
revanced_dl
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
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"
patch "spotjfy-arm64-v8a" "revanced"
}
case "$1" in
1)
1
@@ -212,4 +221,7 @@ case "$1" in
11)
11
;;
12)
12
;;
esac