🎨 Added reddit-news (#334)

This commit is contained in:
Nikhil Badyal
2023-08-26 21:58:44 +05:30
committed by GitHub
parent 137cbdb5ac
commit a77f6523cc
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@ You can use any of the following methods to build.
49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/) 49. [spotify-lite](https://www.apkmonk.com/app/com.spotify.lite/)
50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/) 50. [digitales](https://www.apkmonk.com/app/at.gv.oe.app/)
51. [scbeasy](https://www.apkmonk.com/app/com.scb.phone/) 51. [scbeasy](https://www.apkmonk.com/app/com.scb.phone/)
51. [reddit-news](https://m.apkpure.com/relay-for-reddit/reddit.news)
<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
@@ -62,6 +62,7 @@ apk_sources = {
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
"spotify": UPTODOWN_BASE_URL.format("spotify"), "spotify": UPTODOWN_BASE_URL.format("spotify"),
"androidtwelvewidgets": APK_PURE_URL, "androidtwelvewidgets": APK_PURE_URL,
"reddit-news": APK_PURE_URL,
"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,
+1
View File
@@ -67,6 +67,7 @@ class Patches(object):
"com.spotify.lite": "spotify-lite", "com.spotify.lite": "spotify-lite",
"at.gv.oe.app": "digitales", "at.gv.oe.app": "digitales",
"at.gv.bmf.bmf2go": "scbeasy", "at.gv.bmf.bmf2go": "scbeasy",
"reddit.news": "reddit-news",
} }
@staticmethod @staticmethod