chore: Merge branch dev to main (#6080)

This commit is contained in:
LisoUseInAIKyrios
2025-10-08 11:44:39 +04:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## [5.42.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.42.0...v5.42.1-dev.1) (2025-10-08)
### Bug Fixes
* **YouTube - Custom Branding:** Resolve startup crash with root installation ([fd4b2e1](https://github.com/ReVanced/revanced-patches/commit/fd4b2e1bb98c6e507178e5b46b896ef7d320bc3d))
# [5.42.0](https://github.com/ReVanced/revanced-patches/compare/v5.41.0...v5.42.0) (2025-10-08)

View File

@@ -261,7 +261,6 @@ public class GmsCoreSupport {
}
private static String getGmsCoreVendorGroupId() {
// Modified during patching.
throw new IllegalStateException();
return "app.revanced"; // Modified during patching.
}
}

View File

@@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
version = 5.42.0
version = 5.42.1-dev.1