feat(YouTube Music): remove support versions v6.21.52 ~ v6.28.53

This commit is contained in:
inotia00 2024-05-03 04:41:17 +09:00
parent b958e2c08f
commit e4b87a72ea
2 changed files with 1 additions and 8 deletions

View File

@ -10,7 +10,7 @@ internal class ReadMeFileGenerator : PatchesFileGenerator {
// For this exception to apply to [README.md],
// Supported version of [app.revanced.patches.music.utils.integrations.Constants.COMPATIBLE_PACKAGE] should be empty.
private val exception = mapOf(
"com.google.android.apps.youtube.music" to "6.21.52"
"com.google.android.apps.youtube.music" to "6.29.58"
)
private val readMeFile = File("README.md")

View File

@ -7,13 +7,6 @@ object Constants {
Patch.CompatiblePackage(
"com.google.android.apps.youtube.music",
setOf(
"6.21.52",
"6.22.52",
"6.23.56",
"6.25.53",
"6.26.51",
"6.27.54",
"6.28.53",
"6.29.58",
"6.31.55",
"6.33.52"