From aa3abf57d1b6ad0fd6166d699b8f82e3b2fd5681 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:42:41 +0900 Subject: [PATCH] fix(YouTube Music): Incorrect compatibility version specified for `Disable Cairo splash animation` patch --- .../patches/music/misc/splash/CairoSplashAnimationPatch.kt | 1 + 1 file changed, 1 insertion(+) 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 3268a9f7f..db7ed91fb 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 @@ -38,6 +38,7 @@ val cairoSplashAnimationPatch = bytecodePatch( YOUTUBE_MUSIC_PACKAGE_NAME( "7.06.54", "7.16.53", + "7.25.52", ), )