diff --git a/README.md b/README.md index 31e9292..42c9944 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ You can use any of the following methods to build. 47. [joey](https://www.apkmonk.com/app/o.o.joey/) 48. [vanced](https://www.apkmirror.com/apk/team-vanced/youtube-vanced/) 49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/) + 50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/)
`**` - 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 f7e30ab..8d7eaee 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -67,4 +67,5 @@ apk_sources = { "photomath": APK_MONK_APK_URL, "joey": APK_MONK_APK_URL, "spotify-lite": APK_MONK_APK_URL, + "digitales": APK_MONK_APK_URL, } diff --git a/src/patches.py b/src/patches.py index 14df236..fd5b975 100644 --- a/src/patches.py +++ b/src/patches.py @@ -65,6 +65,7 @@ class Patches(object): "o.o.joey": "joey", "com.vanced.android.youtube": "vanced", "com.spotify.lite": "spotify-lite", + "at.gv.oe.app": "digitales", } @staticmethod