chore(YouTube): Remove obsolete targets overlooked in last version bump

This commit is contained in:
LisoUseInAIKyrios 2025-04-11 20:05:45 +02:00
parent b6e568f719
commit fe1f3ed169
5 changed files with 0 additions and 10 deletions

View File

@ -130,8 +130,6 @@ val hideLayoutComponentsPatch = bytecodePatch(
"19.25.37",
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
"19.47.53",
"20.07.39",
),

View File

@ -168,11 +168,8 @@ val miniplayerPatch = bytecodePatch(
// 19.30.39 // Modern 3 is less broken when double tap expand is enabled, but cannot swipe to expand when double tap is off.
// 19.31.36 // All Modern 1 buttons are missing. Unusable.
// 19.32.36 // 19.32+ and beyond all work without issues.
// 19.33.35
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
"19.47.53",
"20.07.39",
),

View File

@ -25,7 +25,6 @@ val openVideosFullscreenPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.46.42",
"19.47.53",
"20.07.39",
)

View File

@ -38,8 +38,6 @@ val disableResumingShortsOnStartupPatch = bytecodePatch(
"19.25.37",
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
"19.47.53",
"20.07.39",
),

View File

@ -36,8 +36,6 @@ val bypassURLRedirectsPatch = bytecodePatch(
"19.25.37",
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
"19.47.53",
"20.07.39",
),