From aa125e6a8857a980f81752967ace4fdd70c49220 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:28:43 +0900 Subject: [PATCH] feat(YouTube): Add support version `19.47.53`, Remove support version `20.02.38` --- .../revanced/patches/youtube/utils/compatibility/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt index 50799bc3c..988fb0b17 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt @@ -15,8 +15,8 @@ internal object Constants { "18.48.39", // This is the last version that do not use Rolling Number. "19.05.36", // This is the last version with the least YouTube experimental flag. "19.16.39", // This is the last version where the 'Restore old seekbar thumbnails' setting works. - "19.44.39", // This is the last supported version for 2024. - "20.02.38", // This is the latest version supported by the RVX patch. + "19.44.39", // This is the only version with a different shortcut icon. + "19.47.53", // This is the latest version supported by the RVX patch. ) ) } \ No newline at end of file