From fc39cb374e882dd8489f837ecd30e8bd1b1a25b9 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:40:42 +0900 Subject: [PATCH] feat(YouTube Music): add support versions `7.05.54` ~ `7.06.53` --- .../revanced/patches/music/utils/compatibility/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 059dc7fc6..1cbb18eb2 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.04.51", // This was the latest version that was supported by the previous patch. - "7.05.53", // This is the latest version supported by the RVX patch. + "7.05.54", // This was the latest version that was supported by the previous patch. + "7.06.53", // This is the latest version supported by the RVX patch. ) ) )