🎨 Added finanz-online (#335)

This commit is contained in:
Nikhil Badyal
2023-08-26 22:09:13 +05:30
committed by GitHub
parent b7fe464cb6
commit 148c1c528e
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -201,6 +201,7 @@ You can use any of the following methods to build.
- [digitales](https://www.apkmonk.com/app/at.gv.oe.app/) - [digitales](https://www.apkmonk.com/app/at.gv.oe.app/)
- [scbeasy](https://www.apkmonk.com/app/com.scb.phone/) - [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
- [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news) - [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
- [finanz-online](https://apksos.com/app/at.gv.bmf.bmf2go)
<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
@@ -64,6 +64,7 @@ apk_sources = {
"androidtwelvewidgets": APK_PURE_URL, "androidtwelvewidgets": APK_PURE_URL,
"reddit-news": APK_PURE_URL, "reddit-news": APK_PURE_URL,
"expensemanager": APK_SOS_URL, "expensemanager": APK_SOS_URL,
"finanz-online": 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, "joey": APK_MONK_APK_URL,
+1
View File
@@ -68,6 +68,7 @@ class Patches(object):
"at.gv.oe.app": "digitales", "at.gv.oe.app": "digitales",
"com.scb.phone": "scbeasy", "com.scb.phone": "scbeasy",
"reddit.news": "reddit-news", "reddit.news": "reddit-news",
"at.gv.bmf.bmf2go": "finanz-online",
} }
@staticmethod @staticmethod