🎨 New app amazon

This commit is contained in:
Nikhil Badyal
2024-11-13 11:25:47 +05:30
committed by Nikhil Badyal
parent 13fdc8a449
commit dd9a13661e
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@ You can use any of the following methods to build.
- [fitnesspal](https://www.apkmirror.com/apk/myfitnesspal-inc/calorie-counter-myfitnesspal/)
- [facebook](https://www.apkmirror.com/apk/facebook-2/facebook/)
- [lemmy-sync](https://www.apkmirror.com/apk/sync-apps-ltd/sync-for-lemmy/)
- [amazon](https://www.apkmirror.com/apk/amazon-mobile-llc/amazon-shopping/)
<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
@@ -83,4 +83,5 @@ apk_sources = {
"digitales": APK_PURE_URL,
"finanz-online": APK_SOS_URL,
"photos": f"{APK_MIRROR_BASE_APK_URL}/google-inc/photos/",
"amazon": f"{APK_MIRROR_BASE_APK_URL}/amazon-mobile-llc/amazon-shopping/",
}
+1
View File
@@ -75,6 +75,7 @@ class Patches(object):
"io.syncapps.lemmy_sync": "lemmy-sync",
"com.xiaomi.wearable": "xiaomi-wearable",
"com.google.android.apps.photos": "photos",
"com.amazon.mShop.android.shopping": "amazon",
}
@staticmethod