From 7609b904d4122cacd53cba27510cb21ffb61f34e Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:30:25 +0900 Subject: [PATCH] feat(YouTube): Add support version `19.43.41` and `19.47.53` https://github.com/inotia00/ReVanced_Extended/issues/2859#issuecomment-2747926810 --- .../revanced/patches/youtube/utils/compatibility/Constants.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 81fe49258..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 @@ -11,7 +11,9 @@ internal object Constants { setOf( "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 latest version supported by the RVX patch. + "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 is the latest version supported by the RVX patch. ) ) } \ No newline at end of file