From 66e7db9f32555257f08440fe1d33b7cdb6d67f51 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 26 Aug 2023 21:36:48 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20joey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/downloader/sources.py | 1 + src/patches.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ff24d78412..2ba7a740b3 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ You can use any of the following methods to build. 44. [duolingo](https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/) 45. [musically](https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/) 46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/) + 47. [joey](https://www.apkmonk.com/app/o.o.joey/)
`**` - 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 e860e0bef4..c8717e9482 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -64,4 +64,5 @@ "expensemanager": APK_SOS_URL, "hex-editor": APK_PURE_URL, "photomath": APK_MONK_APK_URL, + "joey": APK_MONK_APK_URL, } diff --git a/src/patches.py b/src/patches.py index 7fa0728d4a..82a30b471b 100644 --- a/src/patches.py +++ b/src/patches.py @@ -62,6 +62,7 @@ class Patches(object): "jp.pxv.android": "pixiv", "com.strava": "strava", "com.microblink.photomath": "photomath", + "o.o.joey": "joey", } @staticmethod