From a7537f3342ab2bb0051a406dba8e46577c21b637 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:08:41 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20photomath=20(#326)?= 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 318e464..ff24d78 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ You can use any of the following methods to build. 43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) 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/)
`**` - 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 551444c..682d576 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -62,4 +62,5 @@ apk_sources = { "androidtwelvewidgets": APK_PURE_URL, "expensemanager": APK_SOS_URL, "hex-editor": APK_PURE_URL, + "photomath": APK_MONK_APK_URL, } diff --git a/src/patches.py b/src/patches.py index 9ecc054..7fa0728 100644 --- a/src/patches.py +++ b/src/patches.py @@ -61,6 +61,7 @@ class Patches(object): "com.mgoogle.android.gms": "microg", "jp.pxv.android": "pixiv", "com.strava": "strava", + "com.microblink.photomath": "photomath", } @staticmethod