feat(YouTube Music): Change the latest supported version from 8.05.50 to 8.05.51

This commit is contained in:
inotia00 2025-02-12 10:15:19 +09:00
parent 967776a484
commit 5bde7019a6

View File

@ -15,7 +15,7 @@ internal object Constants {
"6.51.53", // This is the latest version of YouTube Music 6.xx.xx
"7.16.53", // This is the latest version that supports the 'Spoof app version' patch.
"7.25.53", // This is the last supported version for 2024.
"8.05.50", // This is the latest version supported by the RVX patch.
"8.05.51", // This is the latest version supported by the RVX patch.
)
)
}