🎨 Added Google Recorder

This commit is contained in:
Nikhil Badyal
2023-07-01 18:09:24 +05:30
parent 343fe93ede
commit 368916e7ca
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ class Patches(object):
"com.instagram.android": "instagram",
"com.nis.app": "inshorts",
"com.facebook.orca": "facebook",
"com.google.android.apps.recorder": "grecorder",
}
revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items()