From 5c743c299adf113bbc6300c2d47604e1662ac5ff Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:57:32 +0900 Subject: [PATCH] feat(YouTube Music): Change the latest supported version from `8.10.51` to `8.10.52` --- .../patches/music/misc/splash/CairoSplashAnimationPatch.kt | 2 +- .../app/revanced/patches/music/utils/compatibility/Constants.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 d918c8163..92c0a5d30 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 @@ -41,7 +41,7 @@ val cairoSplashAnimationPatch = bytecodePatch( "7.16.53", "7.25.53", "8.05.51", - "8.10.51", + "8.10.52", ), ) diff --git a/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt b/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt index 3169e345f..f190da103 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt @@ -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. ) ) } \ No newline at end of file