mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
feat(YouTube Music): remove support versions v6.21.52
~ v6.28.53
This commit is contained in:
parent
b958e2c08f
commit
e4b87a72ea
@ -10,7 +10,7 @@ internal class ReadMeFileGenerator : PatchesFileGenerator {
|
|||||||
// For this exception to apply to [README.md],
|
// For this exception to apply to [README.md],
|
||||||
// Supported version of [app.revanced.patches.music.utils.integrations.Constants.COMPATIBLE_PACKAGE] should be empty.
|
// Supported version of [app.revanced.patches.music.utils.integrations.Constants.COMPATIBLE_PACKAGE] should be empty.
|
||||||
private val exception = mapOf(
|
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")
|
private val readMeFile = File("README.md")
|
||||||
|
@ -7,13 +7,6 @@ object Constants {
|
|||||||
Patch.CompatiblePackage(
|
Patch.CompatiblePackage(
|
||||||
"com.google.android.apps.youtube.music",
|
"com.google.android.apps.youtube.music",
|
||||||
setOf(
|
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.29.58",
|
||||||
"6.31.55",
|
"6.31.55",
|
||||||
"6.33.52"
|
"6.33.52"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user