feat(music): add support version v6.22.51

This commit is contained in:
inotia00 2023-10-07 00:33:27 +09:00
parent b4f68b5c2d
commit 6ed69f6bd5
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,8 @@ Example:
"versions": [ "versions": [
"6.15.52", "6.15.52",
"6.20.51", "6.20.51",
"6.21.51" "6.21.51",
"6.22.51"
] ]
} }
] ]

View File

@ -10,7 +10,8 @@ import app.revanced.patcher.annotation.Package
arrayOf( arrayOf(
"6.15.52", "6.15.52",
"6.20.51", "6.20.51",
"6.21.51" "6.21.51",
"6.22.51"
) )
) )
] ]