Skip to content

Commit fd4b2e1

Browse files
fix(YouTube - Custom Branding): Resolve startup crash with root installation
1 parent d0f20c8 commit fd4b2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/shared/library/src/main/java/app/revanced/extension/shared/GmsCoreSupport.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ private static String getGmsCoreDownload() {
261261
}
262262

263263
private static String getGmsCoreVendorGroupId() {
264-
// Modified during patching.
265-
throw new IllegalStateException();
264+
return "app.revanced"; // Modified during patching.
266265
}
267266
}

0 commit comments

Comments
 (0)