mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added joey (#329)
This commit is contained in:
@@ -195,6 +195,7 @@ You can use any of the following methods to build.
|
|||||||
44. [duolingo](https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/)
|
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/)
|
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/)
|
46. [photomath](https://www.apkmonk.com/app/com.microblink.photomath/)
|
||||||
|
47. [joey](https://www.apkmonk.com/app/o.o.joey/)
|
||||||
<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
|
||||||
|
|||||||
@@ -64,4 +64,5 @@ apk_sources = {
|
|||||||
"expensemanager": APK_SOS_URL,
|
"expensemanager": APK_SOS_URL,
|
||||||
"hex-editor": APK_PURE_URL,
|
"hex-editor": APK_PURE_URL,
|
||||||
"photomath": APK_MONK_APK_URL,
|
"photomath": APK_MONK_APK_URL,
|
||||||
|
"joey": APK_MONK_APK_URL,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ class Patches(object):
|
|||||||
"jp.pxv.android": "pixiv",
|
"jp.pxv.android": "pixiv",
|
||||||
"com.strava": "strava",
|
"com.strava": "strava",
|
||||||
"com.microblink.photomath": "photomath",
|
"com.microblink.photomath": "photomath",
|
||||||
|
"o.o.joey": "joey",
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user