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 f65f348a4..ed45770dc 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 @@ -39,7 +39,7 @@ val cairoSplashAnimationPatch = bytecodePatch( YOUTUBE_MUSIC_PACKAGE_NAME( "7.06.54", "7.16.53", - "7.25.52", + "7.25.53", ), ) 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 b5b59cf50..b964b90bb 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 @@ -14,7 +14,7 @@ internal object Constants { "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 "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. ) ) } \ No newline at end of file