From 0794f127ff65aa6cc031986d70fcb0fbea9ae5b9 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:44:55 +0900 Subject: [PATCH] feat(YouTube Music): add support version `7.10.52` --- .../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 221b07941..0298102b4 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.08.54", // This was the latest version that was supported by the previous patch. - "7.10.51", // This is the latest version supported by the RVX patch. + "7.10.52", // This is the latest version supported by the RVX patch. ) ) )