File tree Expand file tree Collapse file tree
src/main/kotlin/app/revanced/patches/music Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments