File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
extensions/shared/library/src/main/java/app/revanced/extension/shared Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [5.42.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.42.0...v5.42.1-dev.1) (2025-10-08)
2+
3+
4+ ### Bug Fixes
5+
6+ * **YouTube - Custom Branding:** Resolve startup crash with root installation ([fd4b2e1](https://github.com/ReVanced/revanced-patches/commit/fd4b2e1bb98c6e507178e5b46b896ef7d320bc3d))
7+
18# [5.42.0](https://github.com/ReVanced/revanced-patches/compare/v5.41.0...v5.42.0) (2025-10-08)
29
310
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
33org.gradle.parallel = true
44android.useAndroidX = true
55kotlin.code.style = official
6- version = 5.42.0
6+ version = 5.42.1-dev.1
You can’t perform that action at this time.
0 commit comments