mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
Merge pull request #195 from nikhilbadyal/new-app/androidtwelvewidgets
🎨 Added Android twelve widgets
This commit is contained in:
@@ -154,6 +154,7 @@ 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)
|
||||||
|
|
||||||
<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
-1
@@ -28,7 +28,7 @@ class RevancedConfig(object):
|
|||||||
"irplus",
|
"irplus",
|
||||||
"meme-generator-free",
|
"meme-generator-free",
|
||||||
]
|
]
|
||||||
self.apk_pure = ["hex-editor"]
|
self.apk_pure = ["hex-editor", "androidtwelvewidgets"]
|
||||||
self.apk_sos = ["expensemanager"]
|
self.apk_sos = ["expensemanager"]
|
||||||
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
|
||||||
self.ci_test = env.bool("CI_TEST", False)
|
self.ci_test = env.bool("CI_TEST", False)
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ class Patches(object):
|
|||||||
"tv.trakt.trakt": "trakt",
|
"tv.trakt.trakt": "trakt",
|
||||||
"com.candylink.openvpn": "candyvpn",
|
"com.candylink.openvpn": "candyvpn",
|
||||||
"com.sony.songpal.mdr": "sonyheadphone",
|
"com.sony.songpal.mdr": "sonyheadphone",
|
||||||
|
"com.dci.dev.androidtwelvewidgets": "androidtwelvewidgets",
|
||||||
}
|
}
|
||||||
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user