From 150a3e7c6014c4d75792deb8fac03c1797676ef0 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:17:25 +0400 Subject: [PATCH] chore(YouTube Music - GmsCore support): Add missing supported versions --- .../revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt b/patches/src/main/kotlin/app/revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt index b61258496..a037909a6 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt @@ -28,7 +28,12 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch( ) { dependsOn(spoofVideoStreamsPatch) - compatibleWith(MUSIC_PACKAGE_NAME) + compatibleWith( + MUSIC_PACKAGE_NAME( + "7.29.52", + "8.10.52" + ) + ) } private fun gmsCoreSupportResourcePatch(