Skip to content

Commit 150a3e7

Browse files
author
LisoUseInAIKyrios
committed
chore(YouTube Music - GmsCore support): Add missing supported versions
1 parent 5027943 commit 150a3e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/music/misc/gms/GmsCoreSupportPatch.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
2828
) {
2929
dependsOn(spoofVideoStreamsPatch)
3030

31-
compatibleWith(MUSIC_PACKAGE_NAME)
31+
compatibleWith(
32+
MUSIC_PACKAGE_NAME(
33+
"7.29.52",
34+
"8.10.52"
35+
)
36+
)
3237
}
3338

3439
private fun gmsCoreSupportResourcePatch(

0 commit comments

Comments
 (0)