feat(YouTube Music): add support version 7.04.51

This commit is contained in:
inotia00 2024-06-11 04:15:45 +09:00
parent 6c424009d0
commit 6c99ef3d84

View File

@ -7,12 +7,11 @@ object Constants {
Patch.CompatiblePackage(
"com.google.android.apps.youtube.music",
setOf(
"6.29.58",
"6.31.55",
"6.33.52",
"6.51.53",
"7.02.52",
"7.03.51",
"6.29.58", // Latest version that supports the 'Restore old player layout' setting.
"6.33.52", // Latest version with the legacy code of YouTube Music.
"6.42.55", // Latest version that supports Android 7.0
"6.51.53", // Latest version of YouTube Music 6.xx.xx
"7.04.51", // Latest version supported by the RVX patch.
)
)
)