From 2c65044f3ad6b1ad76c229546088f54956a3db27 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:16:28 +0400 Subject: [PATCH] chore: Remove 19.25 and 19.34 compatibility target since the lowest spoof target is 19.35 --- .../youtube/layout/spoofappversion/SpoofAppVersionPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt index f5bda2d51d..89a20840cb 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/spoofappversion/SpoofAppVersionPatch.kt @@ -35,8 +35,8 @@ val spoofAppVersionPatch = bytecodePatch( "18.38.44", "18.49.37", "19.16.39", - "19.25.37", - "19.34.42", + // "19.25.37", // Cannot be supported because the lowest spoof target is higher. + // "19.34.42", // Cannot be supported because the lowest spoof target is higher. "19.43.41", "19.45.38", "19.46.42",