mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added lightroom (#317)
This commit is contained in:
@@ -189,6 +189,7 @@ You can use any of the following methods to build.
|
|||||||
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/)
|
||||||
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
39. [microg](https://github.com/inotia00/mMicroG/releases)
|
||||||
40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/)
|
40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/)
|
||||||
|
41. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
|
||||||
<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.
|
few more inputs to the tool which are mentioned below.
|
||||||
```ini
|
```ini
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ apk_sources = {
|
|||||||
"inshorts": f"{APK_MIRROR_BASE_APK_URL}/inshorts-formerly-news-in-shorts/inshorts-news-in-60-words-2/",
|
"inshorts": f"{APK_MIRROR_BASE_APK_URL}/inshorts-formerly-news-in-shorts/inshorts-news-in-60-words-2/",
|
||||||
"instagram": f"{APK_MIRROR_BASE_APK_URL}/instagram/instagram-instagram/",
|
"instagram": f"{APK_MIRROR_BASE_APK_URL}/instagram/instagram-instagram/",
|
||||||
"irplus": f"{APK_MIRROR_BASE_APK_URL}/binarymode/irplus-infrared-remote/",
|
"irplus": f"{APK_MIRROR_BASE_APK_URL}/binarymode/irplus-infrared-remote/",
|
||||||
|
"lightroom": f"{APK_MIRROR_BASE_APK_URL}/adobe/lightroom/",
|
||||||
"meme-generator-free": f"{APK_MIRROR_BASE_APK_URL}/zombodroid/meme-generator-free/",
|
"meme-generator-free": f"{APK_MIRROR_BASE_APK_URL}/zombodroid/meme-generator-free/",
|
||||||
"messenger": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/messenger/",
|
"messenger": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/messenger/",
|
||||||
"netguard": f"{APK_MIRROR_BASE_APK_URL}/marcel-bokhorst/netguard-no-root-firewall/",
|
"netguard": f"{APK_MIRROR_BASE_APK_URL}/marcel-bokhorst/netguard-no-root-firewall/",
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ class Patches(object):
|
|||||||
"eu.faircode.netguard": "netguard",
|
"eu.faircode.netguard": "netguard",
|
||||||
"com.instagram.android": "instagram",
|
"com.instagram.android": "instagram",
|
||||||
"com.nis.app": "inshorts",
|
"com.nis.app": "inshorts",
|
||||||
|
"com.adobe.lrmobile": "lightroom",
|
||||||
"com.facebook.orca": "messenger",
|
"com.facebook.orca": "messenger",
|
||||||
"com.google.android.apps.recorder": "grecorder",
|
"com.google.android.apps.recorder": "grecorder",
|
||||||
"tv.trakt.trakt": "trakt",
|
"tv.trakt.trakt": "trakt",
|
||||||
|
|||||||
Reference in New Issue
Block a user