From cc71acf44e91b420713023ff669fb112d58b7135 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:18:51 +0900 Subject: [PATCH] feat(YouTube Music): drop support version `7.17.51` https://github.com/inotia00/ReVanced_Extended/issues/2382 --- .../patches/music/misc/splash/CairoSplashAnimationPatch.kt | 2 +- .../revanced/patches/music/utils/compatibility/Constants.kt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt index a5df7926a4..ae0465ae45 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt @@ -19,7 +19,7 @@ import app.revanced.util.literalInstructionBooleanHook "com.google.android.apps.youtube.music", [ "7.06.54", - "7.17.51", + "7.16.52", ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt b/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt index b809ed1693..3cccd72aa2 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt @@ -12,8 +12,7 @@ object Constants { "6.33.52", // This is the latest version with the legacy code of YouTube Music. "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 was the latest version that was supported by the previous patch. - "7.17.51", // This is the latest version supported by the RVX patch. + "7.16.52", // This is the latest version supported by the RVX patch. ) ) )