mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added Yuka
This commit is contained in:
@@ -27,6 +27,7 @@ class RevancedConfig(object):
|
||||
"twitch",
|
||||
"irplus",
|
||||
"meme-generator-free",
|
||||
"yuka",
|
||||
]
|
||||
self.apk_pure = ["hex-editor", "androidtwelvewidgets"]
|
||||
self.apk_sos = ["expensemanager"]
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user