New app hex-editor

This commit is contained in:
Nikhil Badyal
2022-11-26 14:17:20 +05:30
parent 056541662f
commit 17aaae6f0e
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class RevancedConfig:
self.build_extended = env.bool("BUILD_EXTENDED", False)
self.apk_mirror = "https://www.apkmirror.com"
self.upto_down = ["spotify", "nyx-music-player", "icon-pack-studio", "twitch"]
self.apk_pure = ["pflotsh-ecmwf"]
self.apk_pure = ["pflotsh-ecmwf", "hex-editor"]
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
self.apps = env.list("PATCH_APPS", default_build)
self.extended_apps: List[str] = ["youtube", "youtube_music"]