Skip to content

Commit cc2bd1f

Browse files
committed
feat(YouTube Music): Add support versions 7.05.54 ~ 7.06.53
1 parent 19a14cd commit cc2bd1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/kotlin/app/revanced/patches/music/utils/compatibility

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ object Constants {
1111
"6.33.52", // This is the latest version with the legacy code of YouTube Music.
1212
"6.42.55", // This is the latest version that supports Android 7.0
1313
"6.51.53", // This is the latest version of YouTube Music 6.xx.xx
14-
"7.04.51", // This was the latest version that was supported by the previous patch.
15-
"7.05.53", // This is the latest version supported by the RVX patch.
14+
"7.05.54", // This was the latest version that was supported by the previous patch.
15+
"7.06.53", // This is the latest version supported by the RVX patch.
1616
)
1717
)
1818
)

0 commit comments

Comments
 (0)