feat(YouTube): Change the latest supported version from 20.03.45 to 20.03.43 https://github.com/inotia00/ReVanced_Extended/issues/2885#issuecomment-2763077766

This commit is contained in:
inotia00 2025-03-29 16:54:24 +09:00
parent e157e9447d
commit fbf19ee78b

View File

@ -14,7 +14,7 @@ internal object Constants {
"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.45", // This is the latest version supported by the RVX patch.
"20.03.43", // This is the latest version supported by the RVX patch.
)
)
}