feat(YouTube): add support version 19.20.35

This commit is contained in:
inotia00 2024-06-11 04:14:53 +09:00
parent ac6c4d885d
commit 6c424009d0

View File

@ -7,14 +7,13 @@ object Constants {
Patch.CompatiblePackage(
"com.google.android.youtube",
setOf(
"18.29.38",
"18.33.40",
"18.38.44",
"18.48.39",
"19.05.36",
"19.16.39",
"19.19.39",
"19.20.34",
"18.29.38", // Latest version that supports the 'Zoomed to fill' setting.
"18.33.40", // Latest version that do not use litho components in Shorts.
"18.38.44", // Latest version with no delay in applying video quality on the server side.
"18.48.39", // Latest version that do not use Rolling Number.
"19.05.36", // Latest version with the least YouTube experimental flag.
"19.16.39", // Latest version that supports the 'Restore old seekbar thumbnails' setting.
"19.20.35", // Latest version supported by the RVX patch.
)
)
)