feat(YouTube Music): Support version 8.05.51

This commit is contained in:
LisoUseInAIKyrios 2025-02-16 18:31:52 +02:00
parent a31ceea41b
commit 128441e78b
9 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ val hideVideoAdsPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -11,7 +11,7 @@ val enableExclusiveAudioPlaybackPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -14,7 +14,7 @@ val permanentRepeatPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -14,7 +14,7 @@ val hideCategoryBar = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -14,7 +14,7 @@ val hideGetPremiumPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -21,7 +21,7 @@ val removeUpgradeButtonPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -11,7 +11,7 @@ val bypassCertificateChecksPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -11,7 +11,7 @@ val backgroundPlaybackPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )

View File

@ -28,7 +28,7 @@ val spoofClientPatch = bytecodePatch(
compatibleWith( compatibleWith(
"com.google.android.apps.youtube.music"( "com.google.android.apps.youtube.music"(
"7.16.53", "7.16.53",
"8.05.50" "8.05.51"
) )
) )