From 1c58c6a36eade8fde9ed927c4882e253ba6bcb69 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:49:43 +0900 Subject: [PATCH] feat(YouTube): Remove support version 20.03.43 Not reflected in branch due to issue with source comparison tool --- .../revanced/patches/youtube/utils/compatibility/Constants.kt | 3 +-- 1 file changed, 1 insertion(+), 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 a28a5ca7a..f08e8b1d2 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 @@ -13,8 +13,7 @@ internal object Constants { "19.16.39", // This is the last version where the 'Restore old seekbar thumbnails' setting works. "19.43.41", // This is the latest version where edge-to-edge display is not enforced on Android 15+. "19.44.39", // This is the only version that has experimental shortcut icons. - "19.47.53", // This was the latest version supported by the previous RVX patch. - "20.03.43", // This is the latest version supported by the RVX patch. + "19.47.53", // This is the latest version supported by the RVX patch. ) ) } \ No newline at end of file