Skip to content

Commit 414a552

Browse files
committed
fix(YouTube - GmsCore support): Unable to log in due to incorrect app signature hash inotia00/ReVanced_Extended#2519
1 parent 80b67ae commit 414a552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/youtube/utils/gms/GmsCoreSupportPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private fun gmsCoreSupportResourcePatch(
3131
packageNameYouTubeMusicOption: Option<String>,
3232
) = app.revanced.patches.shared.gms.gmsCoreSupportResourcePatch(
3333
fromPackageName = YOUTUBE_PACKAGE_NAME,
34-
spoofedPackageSignature = "afb0fed5eeaebdd86f56a97742f4b6b33ef59875",
34+
spoofedPackageSignature = "24bb24c05e47e0aefa68a58a766179d9b613a600",
3535
gmsCoreVendorGroupIdOption = gmsCoreVendorGroupIdOption,
3636
packageNameYouTubeOption = packageNameYouTubeOption,
3737
packageNameYouTubeMusicOption = packageNameYouTubeMusicOption,

0 commit comments

Comments
 (0)