feat(YouTube Music): Change the latest supported version from 7.25.52 to 7.25.53

This commit is contained in:
inotia00 2024-12-22 16:49:38 +09:00
parent 9f7bdb51ac
commit ab14c05f1b
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ val cairoSplashAnimationPatch = bytecodePatch(
YOUTUBE_MUSIC_PACKAGE_NAME( YOUTUBE_MUSIC_PACKAGE_NAME(
"7.06.54", "7.06.54",
"7.16.53", "7.16.53",
"7.25.52", "7.25.53",
), ),
) )

View File

@ -14,7 +14,7 @@ internal object Constants {
"6.42.55", // This is the latest version that supports Android 7.0 "6.42.55", // This is the latest version that supports Android 7.0
"6.51.53", // This is the latest version of YouTube Music 6.xx.xx "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.16.53", // This is the latest version that supports the 'Spoof app version' patch.
"7.25.52", // This is the latest version supported by the RVX patch. "7.25.53", // This is the latest version supported by the RVX patch.
) )
) )
} }