Skip to content

Commit 2c65044

Browse files
chore: Remove 19.25 and 19.34 compatibility target since the lowest spoof target is 19.35
1 parent 8c44829 commit 2c65044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ val spoofAppVersionPatch = bytecodePatch(
3535
"18.38.44",
3636
"18.49.37",
3737
"19.16.39",
38-
"19.25.37",
39-
"19.34.42",
38+
// "19.25.37", // Cannot be supported because the lowest spoof target is higher.
39+
// "19.34.42", // Cannot be supported because the lowest spoof target is higher.
4040
"19.43.41",
4141
"19.45.38",
4242
"19.46.42",

0 commit comments

Comments
 (0)