Check new supported apps

This commit is contained in:
Nikhil Badyal
2023-08-05 20:01:48 +05:30
parent f8528772fb
commit 84d833dadc
7 changed files with 83 additions and 40 deletions
+5
View File
@@ -64,6 +64,11 @@ class Patches(object):
key: (value, "_" + value) for key, value in _revanced_extended_app_ids.items()
}
@staticmethod
def support_app() -> Dict[str, str]:
"""Return supported apps."""
return Patches._revanced_app_ids
@staticmethod
def check_java(dry_run: bool) -> None:
"""Check if Java17 is installed."""