From 4a412f762d25b2752cbd889c765268496258695b Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:37:29 +0900 Subject: [PATCH] feat(YouTube Music): add support version `7.08.53` --- .../app/revanced/patches/music/utils/compatibility/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d0c693911..08190afdb 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,7 +12,7 @@ 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.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. + "7.08.53", // This is the latest version supported by the RVX patch. ) ) )