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:
@@ -189,8 +189,9 @@ You can use any of the following methods to build.
|
|||||||
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
||||||
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
||||||
40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/)
|
40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/)
|
||||||
41. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/)
|
41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/)
|
||||||
42. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
|
42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/)
|
||||||
|
43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
|
||||||
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
|
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
|
||||||
few more inputs to the tool which are mentioned below.
|
few more inputs to the tool which are mentioned below.
|
||||||
```ini
|
```ini
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ apk_sources = {
|
|||||||
"youtube": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube/",
|
"youtube": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube/",
|
||||||
"youtube_music": f"{APK_MIRROR_BASE_APK_URL}/google-inc/youtube-music/",
|
"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/",
|
"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"),
|
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
|
||||||
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
"spotify": UPTODOWN_BASE_URL.format("spotify"),
|
||||||
"androidtwelvewidgets": APK_PURE_URL,
|
"androidtwelvewidgets": APK_PURE_URL,
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ class Patches(object):
|
|||||||
"com.google.android.apps.youtube.music": "youtube_music",
|
"com.google.android.apps.youtube.music": "youtube_music",
|
||||||
"com.mgoogle.android.gms": "microg",
|
"com.mgoogle.android.gms": "microg",
|
||||||
"jp.pxv.android": "pixiv",
|
"jp.pxv.android": "pixiv",
|
||||||
|
"com.strava": "strava",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user