🎨 Added strava (#315)

This commit is contained in:
Nikhil Badyal
2023-08-26 11:32:14 +05:30
committed by GitHub
parent be8d4e42c2
commit a2d6c2467c
3 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -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/)
<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.
```ini
+1
View File
@@ -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,
+1
View File
@@ -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