diff --git a/README.md b/README.md index 3b0820d..831b793 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,8 @@ 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. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) + 41. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) + 42. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
`**` - 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 diff --git a/src/downloader/sources.py b/src/downloader/sources.py index d39e9ed..0373047 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -29,6 +29,7 @@ apk_sources = { "relay": f"{APK_MIRROR_BASE_APK_URL}/dbrady/relay-for-reddit-2/", "rif": f"{APK_MIRROR_BASE_APK_URL}/talklittle/reddit-is-fun/", "slide": f"{APK_MIRROR_BASE_APK_URL}/haptic-apps/slide-for-reddit/", + "solidexplorer": f"{APK_MIRROR_BASE_APK_URL}/neatbytes/solid-explorer-beta/", "sonyheadphone": f"{APK_MIRROR_BASE_APK_URL}/sony-corporation/sony-headphones-connect/", "sync": f"{APK_MIRROR_BASE_APK_URL}/red-apps-ltd/sync-for-reddit/", "tasker": f"{APK_MIRROR_BASE_APK_URL}/joaomgcd/tasker-crafty-apps-eu/", diff --git a/src/patches.py b/src/patches.py index 60d6b23..7362c01 100644 --- a/src/patches.py +++ b/src/patches.py @@ -38,6 +38,7 @@ class Patches(object): "eu.faircode.netguard": "netguard", "com.instagram.android": "instagram", "com.nis.app": "inshorts", + "pl.solidexplorer2": "solidexplorer", "com.adobe.lrmobile": "lightroom", "com.facebook.orca": "messenger", "com.google.android.apps.recorder": "grecorder",