fix(YouTube Music): Incorrect compatibility version specified for Disable Cairo splash animation patch

This commit is contained in:
inotia00 2024-12-21 13:42:41 +09:00
parent f848b9fcac
commit aa3abf57d1

View File

@ -38,6 +38,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",
), ),
) )