diff --git a/README.md b/README.md index 969cb969df..b66d48b704 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ You can use any of the following methods to build. - [digitales](https://www.apkmonk.com/app/at.gv.oe.app/) - [scbeasy](https://www.apkmonk.com/app/com.scb.phone/) - [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news) + - [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go)
`**` - 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 d9023325a5..bbafa02c7f 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -64,6 +64,7 @@ "androidtwelvewidgets": APK_PURE_URL, "reddit-news": APK_PURE_URL, "expensemanager": APK_SOS_URL, + "finanz-online": 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 0b5a3ec3a8..c0e9e961ca 100644 --- a/src/patches.py +++ b/src/patches.py @@ -68,6 +68,7 @@ class Patches(object): "at.gv.oe.app": "digitales", "com.scb.phone": "scbeasy", "reddit.news": "reddit-news", + "at.gv.bmf.bmf2go": "finanz-online", } @staticmethod