From 97db179af3d09d2f3cd920c49311257d1b538266 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:47:35 +0900 Subject: [PATCH] feat(YouTube Music): add support versions `7.07.52` ~ `7.08.52` --- .../patches/music/misc/splash/CairoSplashAnimationPatch.kt | 2 +- .../revanced/patches/music/utils/compatibility/Constants.kt | 4 ++-- 2 files changed, 3 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 eee8f8625..f10ee61f9 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 @@ -18,7 +18,7 @@ import app.revanced.util.literalInstructionBooleanHook CompatiblePackage( "com.google.android.apps.youtube.music", [ - "7.06.53", + "7.08.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 eb4cb4392..d0c693911 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 @@ -11,8 +11,8 @@ 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.06.54", // This was the latest version that was supported by the previous patch. - "7.07.51", // This is the latest version supported by the RVX patch. + "7.07.52", // This was the latest version that was supported by the previous patch. + "7.08.52", // This is the latest version supported by the RVX patch. ) ) )