mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02:00
feat(YouTube Music): Support version 8.05.51
This commit is contained in:
parent
a31ceea41b
commit
128441e78b
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user