From ef84f9760b73f137021bea75c1886dd8a9751903 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:26:54 +0900 Subject: [PATCH] fix(YouTube Music - Disable Cairo splash animation): 8.05.51 is not included in the support version https://github.com/inotia00/ReVanced_Extended/issues/2792 --- .../patches/music/misc/splash/CairoSplashAnimationPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt b/patches/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt index 3ce8e4b7c..da41fe3c4 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt @@ -40,7 +40,7 @@ val cairoSplashAnimationPatch = bytecodePatch( "7.06.54", "7.16.53", "7.25.53", - "8.02.53", + "8.05.51", ), )