From 5bde7019a62cd88d53cbaee5b15636d872b8c5cf Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:15:19 +0900 Subject: [PATCH] feat(YouTube Music): Change the latest supported version from `8.05.50` to `8.05.51` --- .../app/revanced/patches/music/utils/compatibility/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt b/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt index a700dcb7d..435f19c2e 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt @@ -15,7 +15,7 @@ internal object Constants { "6.51.53", // This is the latest version of YouTube Music 6.xx.xx "7.16.53", // This is the latest version that supports the 'Spoof app version' patch. "7.25.53", // This is the last supported version for 2024. - "8.05.50", // This is the latest version supported by the RVX patch. + "8.05.51", // This is the latest version supported by the RVX patch. ) ) } \ No newline at end of file