From 6ed69f6bd5b96c50568ce282f20e1ef3abcb24b3 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:33:27 +0900 Subject: [PATCH] feat(music): add support version `v6.22.51` --- README-template.md | 3 ++- .../patches/music/utils/annotations/MusicCompatibility.kt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-template.md b/README-template.md index ff6d874e3..006f23eda 100644 --- a/README-template.md +++ b/README-template.md @@ -50,7 +50,8 @@ Example: "versions": [ "6.15.52", "6.20.51", - "6.21.51" + "6.21.51", + "6.22.51" ] } ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/annotations/MusicCompatibility.kt b/src/main/kotlin/app/revanced/patches/music/utils/annotations/MusicCompatibility.kt index d18aa55c2..248350ecd 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/annotations/MusicCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/annotations/MusicCompatibility.kt @@ -10,7 +10,8 @@ import app.revanced.patcher.annotation.Package arrayOf( "6.15.52", "6.20.51", - "6.21.51" + "6.21.51", + "6.22.51" ) ) ]