🎨 Added MyfitnessPal

This commit is contained in:
Nikhil Badyal
2024-03-22 23:04:00 +05:30
committed by Nikhil Badyal
parent 62c5846c85
commit 91de154eb7
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -210,6 +210,7 @@ You can use any of the following methods to build.
- [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
- [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go)
- [tumblr](https://www.apkmirror.com/apk/tumblr-inc/tumblr/)
- [fitnesspal](https://www.apkmirror.com/apk/myfitnesspal-inc/calorie-counter-myfitnesspal/)
<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. These config will override the sources config from the tool.
+1
View File
@@ -66,6 +66,7 @@ apk_sources = {
"strava": f"{APK_MIRROR_BASE_APK_URL}/strava-inc/strava-running-and-cycling-gps/",
"vanced": f"{APK_MIRROR_BASE_APK_URL}/team-vanced/youtube-vanced/",
"tumblr": f"{APK_MIRROR_BASE_APK_URL}/tumblr-inc/tumblr/",
"fitnesspal": f"{APK_MIRROR_BASE_APK_URL}/myfitnesspal-inc/calorie-counter-myfitnesspal/",
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
"spotify": UPTODOWN_BASE_URL.format("spotify"),
"androidtwelvewidgets": APK_PURE_URL,
+1
View File
@@ -70,6 +70,7 @@ class Patches(object):
"reddit.news": "reddit-news",
"at.gv.bmf.bmf2go": "finanz-online",
"com.tumblr": "tumblr",
"com.myfitnesspal.android": "fitnesspal",
}
@staticmethod