🎨 Added bandcamp

This commit is contained in:
Nikhil Badyal
2024-11-13 11:41:21 +05:30
parent dd9a13661e
commit ab30dfab83
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -217,6 +217,7 @@ You can use any of the following methods to build.
- [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/)
- [bandcamp](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
<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
@@ -84,4 +84,5 @@ apk_sources = {
"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/",
"bandcamp": f"{APK_MIRROR_BASE_APK_URL}/bandcamp-inc/bandcamp/",
}
+1
View File
@@ -76,6 +76,7 @@ class Patches(object):
"com.xiaomi.wearable": "xiaomi-wearable",
"com.google.android.apps.photos": "photos",
"com.amazon.mShop.android.shopping": "amazon",
"com.bandcamp.android": "bandcamp",
}
@staticmethod