Merge pull request #196 from nikhilbadyal/new-app/yuka

🎨 Added Yuka
This commit is contained in:
Nikhil Badyal
2023-07-01 18:45:45 +05:30
committed by GitHub
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ By default, script build the version as recommended by Revanced team.
27. [trakt](https://www.apkmirror.com/apk/trakt/trakt/) 27. [trakt](https://www.apkmirror.com/apk/trakt/trakt/)
28. [candyvpn](https://www.apkmirror.com/apk/liondev-io/candylink-vpn/) 28. [candyvpn](https://www.apkmirror.com/apk/liondev-io/candylink-vpn/)
29. [sonyheadphone](https://www.apkmirror.com/apk/sony-corporation/sony-headphones-connect/) 29. [sonyheadphone](https://www.apkmirror.com/apk/sony-corporation/sony-headphones-connect/)
29. [androidtwelvewidgets](https://m.apkpure.com/android-12-widgets-twelve/com.dci.dev.androidtwelvewidgets) 30. [androidtwelvewidgets](https://m.apkpure.com/android-12-widgets-twelve/com.dci.dev.androidtwelvewidgets)
31. [yuka](https://yuka.en.uptodown.com/android)
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused. <br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused.
If you know any better/safe source to download clean. Please raise a PR. If you know any better/safe source to download clean. Please raise a PR.
+1
View File
@@ -27,6 +27,7 @@ class RevancedConfig(object):
"twitch", "twitch",
"irplus", "irplus",
"meme-generator-free", "meme-generator-free",
"yuka",
] ]
self.apk_pure = ["hex-editor", "androidtwelvewidgets"] self.apk_pure = ["hex-editor", "androidtwelvewidgets"]
self.apk_sos = ["expensemanager"] self.apk_sos = ["expensemanager"]
+1
View File
@@ -41,6 +41,7 @@ class Patches(object):
"com.candylink.openvpn": "candyvpn", "com.candylink.openvpn": "candyvpn",
"com.sony.songpal.mdr": "sonyheadphone", "com.sony.songpal.mdr": "sonyheadphone",
"com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets", "com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets",
"io.yuka.android": "io.yuka.android",
} }
revanced_app_ids = { revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items() key: (value, "_" + value) for key, value in _revanced_app_ids.items()