diff --git a/README.md b/README.md index 831b793..710d47c 100644 --- a/README.md +++ b/README.md @@ -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/) 39. [microg](https://github.com/inotia00/mMicroG/releases) 40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/) - 41. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) - 42. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) + 41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/) + 42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) + 43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
`**` - 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. ```ini diff --git a/src/downloader/sources.py b/src/downloader/sources.py index 0373047..aaec9f2 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -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, diff --git a/src/patches.py b/src/patches.py index 7362c01..12f1c08 100644 --- a/src/patches.py +++ b/src/patches.py @@ -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