Skip to content

Commit 42ecfa9

Browse files
committed
feat(YouTube Music): changes to supported versions - changed 6.29.58 to 6.29.59, changed 7.16.52 to 7.16.53, removed 6.33.52 (as it is almost the same as 6.29.59)
1 parent ce55617 commit 42ecfa9

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/main/kotlin/app/revanced/patches/music/misc/splash/CairoSplashAnimationPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import app.revanced.util.injectLiteralInstructionBooleanCall
1919
"com.google.android.apps.youtube.music",
2020
[
2121
"7.06.54",
22-
"7.16.52",
22+
"7.16.53",
2323
]
2424
)
2525
]

src/main/kotlin/app/revanced/patches/music/player/components/PlayerComponentsPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ object PlayerComponentsPatch : BaseBytecodePatch(
777777
"""
778778

779779
rememberShuffleStateShuffleStateLabel += if (getInstruction(checkCastIndex + 1).opcode == Opcode.INVOKE_VIRTUAL) {
780-
// YouTube Music 7.16.52+
780+
// YouTube Music 7.16.53+
781781
"""
782782
invoke-virtual {v1}, $getOrdinalClassReference
783783
move-result-object v1

src/main/kotlin/app/revanced/patches/music/utils/compatibility/Constants.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ object Constants {
88
"com.google.android.apps.youtube.music",
99
setOf(
1010
"6.20.51", // This is the latest version that supports Android 5.0
11-
"6.29.58", // This is the latest version that supports the 'Restore old player layout' setting.
12-
"6.33.52", // This is the latest version with the legacy code of YouTube Music.
11+
"6.29.59", // This is the latest version that supports the 'Restore old player layout' setting.
1312
"6.42.55", // This is the latest version that supports Android 7.0
1413
"6.51.53", // This is the latest version of YouTube Music 6.xx.xx
15-
"7.16.52", // This is the latest version supported by the RVX patch.
14+
"7.16.53", // This is the latest version supported by the RVX patch.
1615
)
1716
)
1817
)

0 commit comments

Comments
 (0)