feat(YouTube Music): Change the latest supported version from 8.10.51 to 8.10.52

This commit is contained in:
inotia00 2025-03-26 14:57:32 +09:00
parent 6ac6fcf953
commit 5c743c299a
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ val cairoSplashAnimationPatch = bytecodePatch(
"7.16.53",
"7.25.53",
"8.05.51",
"8.10.51",
"8.10.52",
),
)

View File

@ -16,7 +16,7 @@ internal object Constants {
"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.51", // This was the latest version supported by the previous RVX patch.
"8.10.51", // This is the latest version supported by the RVX patch.
"8.10.52", // This is the latest version supported by the RVX patch.
)
)
}