Change lowest supported version to 19.43.41

This commit is contained in:
LisoUseInAIKyrios 2025-10-27 11:18:12 +04:00
parent c95170ecbd
commit 594317e573
59 changed files with 71 additions and 67 deletions

View file

@ -76,7 +76,7 @@ val hideAdsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -25,7 +25,7 @@ val hideGetPremiumPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -23,7 +23,7 @@ val videoAdsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -53,7 +53,7 @@ val copyVideoUrlPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -26,7 +26,7 @@ val removeViewerDiscretionDialogPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -73,7 +73,7 @@ val downloadsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -20,7 +20,7 @@ val seekbarPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -95,7 +95,7 @@ val swipeControlsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -24,7 +24,7 @@ val autoCaptionsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -25,7 +25,7 @@ val customBrandingPatch = baseCustomBrandingPatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -93,7 +93,7 @@ val changeHeaderPatch = resourcePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -25,7 +25,7 @@ val hideButtonsPatch = resourcePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -38,7 +38,7 @@ val navigationButtonsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -45,7 +45,7 @@ val hidePlayerOverlayButtonsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -32,7 +32,7 @@ val changeFormFactorPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -63,7 +63,7 @@ val hideEndScreenCardsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -31,7 +31,7 @@ val hideEndScreenSuggestedVideoPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -29,7 +29,7 @@ val disableFullscreenAmbientModePatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -110,7 +110,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -50,7 +50,7 @@ val hideInfoCardsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -24,7 +24,7 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -29,7 +29,7 @@ val hideRelatedVideoOverlayPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -29,7 +29,7 @@ val disableRollingNumberAnimationPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -173,7 +173,7 @@ val hideShortsComponentsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -26,7 +26,7 @@ val disableSignInToTvPopupPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -23,7 +23,7 @@ val hideTimestampPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -84,7 +84,7 @@ val miniplayerPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -21,7 +21,7 @@ val playerPopupPanelsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -21,7 +21,7 @@ internal val exitFullscreenPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -21,7 +21,7 @@ val openVideosFullscreenPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"19.43.41",
"19.47.53",
"20.13.41",

View file

@ -27,7 +27,7 @@ val customPlayerOverlayOpacityPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -63,7 +63,7 @@ val returnYouTubeDislikePatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -39,7 +39,7 @@ val wideSearchbarPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -44,7 +44,7 @@ val shortsAutoplayPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -46,7 +46,7 @@ val openShortsInRegularPlayerPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -132,7 +132,7 @@ val sponsorBlockPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -38,7 +38,7 @@ val spoofAppVersionPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -29,7 +29,7 @@ val changeStartPagePatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -34,7 +34,7 @@ val disableResumingShortsOnStartupPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -156,7 +156,7 @@ val themePatch = baseThemePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -33,7 +33,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -27,7 +27,7 @@ val bypassImageRegionRestrictionsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -23,7 +23,7 @@ val announcementsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -43,7 +43,7 @@ val backgroundPlaybackPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -17,7 +17,7 @@ val enableDebuggingPatch = enableDebuggingPatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -24,7 +24,7 @@ val spoofDeviceDimensionsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -12,7 +12,7 @@ val checkWatchHistoryDomainNameResolutionPatch = checkWatchHistoryDomainNameReso
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -35,7 +35,7 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
compatibleWith(
YOUTUBE_PACKAGE_NAME(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -26,7 +26,7 @@ val disableHapticFeedbackPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -26,7 +26,7 @@ val bypassURLRedirectsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -41,7 +41,7 @@ val openLinksExternallyPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -27,7 +27,7 @@ val loopVideoPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -8,39 +8,43 @@ import kotlin.properties.Delegates
// Use notNull delegate so an exception is thrown if these fields are accessed before they are set.
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_17_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_18_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_23_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_25_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_26_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_29_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_32_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_33_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.34.42 is the lowest supported version")
@Deprecated("19.43.41 is the lowest supported version")
var is_19_34_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.43.41 is the lowest supported version")
var is_19_35_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.43.41 is the lowest supported version")
var is_19_36_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.43.41 is the lowest supported version")
var is_19_41_or_greater : Boolean by Delegates.notNull()
private set
@Deprecated("19.43.41 is the lowest supported version")
var is_19_43_or_greater : Boolean by Delegates.notNull()
private set
var is_19_46_or_greater : Boolean by Delegates.notNull()

View file

@ -14,7 +14,7 @@ val sanitizeSharingLinksPatch = sanitizeSharingLinksPatch(
)
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -32,7 +32,7 @@ val spoofVideoStreamsPatch = spoofVideoStreamsPatch(
block = {
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -19,7 +19,7 @@ val forceOriginalAudioPatch = forceOriginalAudioPatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -57,7 +57,7 @@ val disableVideoCodecsPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -24,7 +24,7 @@ val videoQualityPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)

View file

@ -28,7 +28,7 @@ val playbackSpeedPatch = bytecodePatch(
compatibleWith(
"com.google.android.youtube"(
"19.34.42",
"19.43.41",
"20.13.41",
"20.14.43",
)