chore(YouTube Music - GmsCore support): Add missing supported versions
This commit is contained in:
parent
5027943470
commit
150a3e7c60
1 changed files with 6 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue