🎨 Added duolingo (#314)

This commit is contained in:
Nikhil Badyal
2023-08-26 11:34:10 +05:30
committed by GitHub
parent a2d6c2467c
commit 1f14e24f79
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -192,6 +192,7 @@ You can use any of the following methods to build.
41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/) 41. [strava](https://www.apkmirror.com/apk/strava-inc/strava-running-and-cycling-gps/)
42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) 42. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/)
43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) 43. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
44. [duolingo](https://www.apkmirror.com/apk/duolingo/duolingo-duolingo/)
<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
+1
View File
@@ -12,6 +12,7 @@ apk_sources = {
"bacon": f"{APK_MIRROR_BASE_APK_URL}/onelouder-apps/baconreader-for-reddit/", "bacon": f"{APK_MIRROR_BASE_APK_URL}/onelouder-apps/baconreader-for-reddit/",
"boost": f"{APK_MIRROR_BASE_APK_URL}/ruben-mayayo/boost-for-reddit/", "boost": f"{APK_MIRROR_BASE_APK_URL}/ruben-mayayo/boost-for-reddit/",
"candyvpn": f"{APK_MIRROR_BASE_APK_URL}/liondev-io/candylink-vpn/", "candyvpn": f"{APK_MIRROR_BASE_APK_URL}/liondev-io/candylink-vpn/",
"duolingo": f"{APK_MIRROR_BASE_APK_URL}/duolingo/duolingo-duolingo/",
"grecorder": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-recorder/", "grecorder": f"{APK_MIRROR_BASE_APK_URL}/google-inc/google-recorder/",
"icon_pack_studio": f"{APK_MIRROR_BASE_APK_URL}/smart-launcher-team/icon-pack-studio/", "icon_pack_studio": f"{APK_MIRROR_BASE_APK_URL}/smart-launcher-team/icon-pack-studio/",
"infinity": f"{APK_MIRROR_BASE_APK_URL}/docile-alligator/infinity-for-reddit/", "infinity": f"{APK_MIRROR_BASE_APK_URL}/docile-alligator/infinity-for-reddit/",
+1
View File
@@ -17,6 +17,7 @@ class Patches(object):
revanced_package_names: ClassVar[Dict[str, str]] = { revanced_package_names: ClassVar[Dict[str, str]] = {
"com.reddit.frontpage": "reddit", "com.reddit.frontpage": "reddit",
"com.duolingo": "duolingo",
"com.ss.android.ugc.trill": "tiktok", "com.ss.android.ugc.trill": "tiktok",
"com.twitter.android": "twitter", "com.twitter.android": "twitter",
"de.dwd.warnapp": "warnwetter", "de.dwd.warnapp": "warnwetter",