Added microg patch

This commit is contained in:
Nikhil Badyal
2023-07-14 22:26:20 +05:30
parent a0617da9a8
commit f364155897
6 changed files with 20 additions and 9 deletions
+1
View File
@@ -57,6 +57,7 @@ class Patches(object):
_revanced_extended_app_ids = {
"com.google.android.youtube": "youtube",
"com.google.android.apps.youtube.music": "youtube_music",
"com.mgoogle.android.gms": "microg",
}
revanced_extended_app_ids = {
key: (value, "_" + value) for key, value in _revanced_extended_app_ids.items()