🎨 Added Yuka

This commit is contained in:
Nikhil Badyal
2023-07-01 18:45:18 +05:30
parent 6ed4596b28
commit 398ca86593
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ class RevancedConfig(object):
"twitch",
"irplus",
"meme-generator-free",
"yuka",
]
self.apk_pure = ["hex-editor", "androidtwelvewidgets"]
self.apk_sos = ["expensemanager"]
+1
View File
@@ -41,6 +41,7 @@ class Patches(object):
"com.candylink.openvpn": "candyvpn",
"com.sony.songpal.mdr": "sonyheadphone",
"com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets",
"io.yuka.android": "io.yuka.android",
}
revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items()