🎨 Added magazines

This commit is contained in:
Nikhil Badyal
2024-11-13 11:42:25 +05:30
parent ab30dfab83
commit 9488339d4c
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -218,6 +218,7 @@ You can use any of the following methods to build.
- [lemmy-sync](https://www.apkmirror.com/apk/sync-apps-ltd/sync-for-lemmy/) - [lemmy-sync](https://www.apkmirror.com/apk/sync-apps-ltd/sync-for-lemmy/)
- [amazon](https://www.apkmirror.com/apk/amazon-mobile-llc/amazon-shopping/) - [amazon](https://www.apkmirror.com/apk/amazon-mobile-llc/amazon-shopping/)
- [bandcamp](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/) - [bandcamp](https://www.apkmirror.com/apk/bandcamp-inc/bandcamp/)
- [magazines](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 <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. few more inputs to the tool which are mentioned below. These config will override the sources config from the tool.
+1
View File
@@ -85,4 +85,5 @@ apk_sources = {
"photos": f"{APK_MIRROR_BASE_APK_URL}/google-inc/photos/", "photos": f"{APK_MIRROR_BASE_APK_URL}/google-inc/photos/",
"amazon": f"{APK_MIRROR_BASE_APK_URL}/amazon-mobile-llc/amazon-shopping/", "amazon": f"{APK_MIRROR_BASE_APK_URL}/amazon-mobile-llc/amazon-shopping/",
"bandcamp": f"{APK_MIRROR_BASE_APK_URL}/bandcamp-inc/bandcamp/", "bandcamp": f"{APK_MIRROR_BASE_APK_URL}/bandcamp-inc/bandcamp/",
"magazines": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-news/",
} }
+1
View File
@@ -77,6 +77,7 @@ class Patches(object):
"com.google.android.apps.photos": "photos", "com.google.android.apps.photos": "photos",
"com.amazon.mShop.android.shopping": "amazon", "com.amazon.mShop.android.shopping": "amazon",
"com.bandcamp.android": "bandcamp", "com.bandcamp.android": "bandcamp",
"com.google.android.apps.magazines": "magazines",
} }
@staticmethod @staticmethod