From ab14c05f1be006bfd6d89ddcc165dee484a1ba57 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:49:38 +0900 Subject: [PATCH] feat(YouTube Music): Change the latest supported version from `7.25.52` to `7.25.53` --- .../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 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