mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added strava (#315)
This commit is contained in:
@@ -44,6 +44,7 @@ apk_sources = {
|
||||
"youtube": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube/",
|
||||
"youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/",
|
||||
"yuka": f"{APK_MIRROR_BASE_APK_URL}/yuka-apps/yuka-food-cosmetic-scan/",
|
||||
"strava": f"{APK_MIRROR_BASE_APK_URL}/strava-inc/strava-running-and-cycling-gps/",
|
||||
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
|
||||
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
||||
"androidtwelvewidgets": APK_PURE_URL,
|
||||
|
||||
@@ -58,6 +58,7 @@ class Patches(object):
|
||||
"com.google.android.apps.youtube.music": "youtube_music",
|
||||
"com.mgoogle.android.gms": "microg",
|
||||
"jp.pxv.android": "pixiv",
|
||||
"com.strava": "strava",
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user