Skip to content

Commit

Permalink
feat(YouTube): Add support version 19.20.35
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 authored and anddea committed Jun 11, 2024
1 parent 62b19b8 commit 45b5c5d
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
)
)
)
Expand Down

0 comments on commit 45b5c5d

Please sign in to comment.