From 3b321ca69a499b390a24180288ea6eccc86efd39 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:53:37 +0900 Subject: [PATCH] feat(YouTube Music): add support version `v6.23.54` --- README-template.md | 4 ++-- .../patches/music/account/component/MenuComponentPatch.kt | 4 ++-- .../revanced/patches/music/account/handle/HideHandlePatch.kt | 4 ++-- .../revanced/patches/music/account/tos/TermsContainerPatch.kt | 4 ++-- .../actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt | 4 ++-- .../patches/music/actionbar/label/ActionBarLabelPatch.kt | 4 ++-- .../patches/music/actionbar/radio/HideRadioButtonPatch.kt | 4 ++-- .../app/revanced/patches/music/ads/music/MusicAdsPatch.kt | 4 ++-- .../music/flyoutpanel/compactdialog/CompactDialogPatch.kt | 4 ++-- .../patches/music/flyoutpanel/component/FlyoutPanelPatch.kt | 4 ++-- .../music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt | 4 ++-- .../music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt | 4 ++-- .../patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt | 4 ++-- .../app/revanced/patches/music/general/amoled/AmoledPatch.kt | 4 ++-- .../music/general/autocaptions/DisableAutoCaptionsPatch.kt | 4 ++-- .../music/general/branding/icon/CustomBrandingIconMMTPatch.kt | 4 ++-- .../branding/icon/CustomBrandingIconRevancifyBluePatch.kt | 4 ++-- .../branding/icon/CustomBrandingIconRevancifyRedPatch.kt | 4 ++-- .../music/general/branding/name/CustomBrandingNamePatch.kt | 4 ++-- .../patches/music/general/buttonshelf/HideButtonShelfPatch.kt | 4 ++-- .../music/general/carouselshelf/HideCarouselShelfPatch.kt | 4 ++-- .../patches/music/general/castbutton/HideCastButtonPatch.kt | 4 ++-- .../patches/music/general/categorybar/CategoryBarPatch.kt | 4 ++-- .../general/channelguidelines/HideChannelGuidelinesPatch.kt | 4 ++-- .../patches/music/general/customfilter/CustomFilterPatch.kt | 4 ++-- .../patches/music/general/emojipicker/HideEmojiPickerPatch.kt | 4 ++-- .../music/general/floatingbutton/NewPlaylistButtonPatch.kt | 4 ++-- .../patches/music/general/landscapemode/LandScapeModePatch.kt | 4 ++-- .../general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt | 4 ++-- .../music/general/playlistcard/HidePlaylistCardPatch.kt | 4 ++-- .../patches/music/general/startpage/StartPagePatch.kt | 4 ++-- .../patches/music/general/tooltip/TooltipContentViewPatch.kt | 4 ++-- .../patches/music/misc/backgroundplay/BackgroundPlayPatch.kt | 4 ++-- .../patches/music/misc/bitrate/BitrateDefaultValuePatch.kt | 4 ++-- .../revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt | 4 ++-- .../revanced/patches/music/misc/debugging/DebuggingPatch.kt | 4 ++-- .../patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt | 4 ++-- .../music/misc/minimizedplayback/MinimizedPlaybackPatch.kt | 4 ++-- .../patches/music/misc/premium/HideGetPremiumPatch.kt | 4 ++-- .../music/misc/spoofappversion/SpoofAppVersionPatch.kt | 4 ++-- .../patches/music/misc/tastebuilder/TasteBuilderPatch.kt | 4 ++-- .../patches/music/misc/translations/TranslationsPatch.kt | 4 ++-- .../patches/music/navigation/black/BlackNavigationBarPatch.kt | 4 ++-- .../music/navigation/component/NavigationBarComponentPatch.kt | 4 ++-- .../music/player/colormatchplayer/ColorMatchPlayerPatch.kt | 4 ++-- .../music/player/minimizedplayer/MinimizedPlayerPatch.kt | 4 ++-- .../player/newplayerbackground/NewPlayerBackgroundPatch.kt | 4 ++-- .../music/player/oldplayerlayout/OldPlayerLayoutPatch.kt | 4 ++-- .../player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt | 4 ++-- .../patches/music/player/repeat/RememberRepeatPatch.kt | 4 ++-- .../patches/music/player/replace/ReplaceCastButtonPatch.kt | 4 ++-- .../patches/music/player/shuffle/RememberShufflePatch.kt | 4 ++-- .../app/revanced/patches/music/player/zenmode/ZenModePatch.kt | 4 ++-- .../utils/fix/androidauto/AndroidAutoCertificatePatch.kt | 4 ++-- .../app/revanced/patches/music/utils/microg/MicroGPatch.kt | 4 ++-- .../utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt | 4 ++-- .../revanced/patches/music/utils/settings/SettingsPatch.kt | 4 ++-- .../patches/music/utils/sponsorblock/SponsorBlockPatch.kt | 4 ++-- .../music/video/customspeed/CustomPlaybackSpeedPatch.kt | 4 ++-- .../revanced/patches/music/video/quality/VideoQualityPatch.kt | 4 ++-- .../revanced/patches/music/video/speed/PlaybackSpeedPatch.kt | 4 ++-- 61 files changed, 122 insertions(+), 122 deletions(-) diff --git a/README-template.md b/README-template.md index 8d770319d..b8620486f 100644 --- a/README-template.md +++ b/README-template.md @@ -52,8 +52,8 @@ Example: "versions": [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] } ], diff --git a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt index fc5f2e3a5..0affc113c 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt @@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt index 9599b0d75..122c1f1bd 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt index 5fc525eba..23c0eeb04 100644 --- a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt index 7ca51ce89..2feedaecc 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt @@ -25,8 +25,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt index 9adb8f3eb..802e5a79d 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/label/ActionBarLabelPatch.kt @@ -29,8 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt index 99760f7da..af343d6da 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/radio/HideRadioButtonPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt b/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt index 9b36f3bb4..43b68e29c 100644 --- a/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/ads/music/MusicAdsPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt index 0ff4ed7ad..21568a840 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt @@ -26,8 +26,8 @@ import app.revanced.util.integrations.Constants.MUSIC_FLYOUT [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt index 6b55ab8b9..9aaa0a2df 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt index 8e26d4909..7c4100009 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt @@ -23,8 +23,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt index 4bb85d60e..0229e5cd7 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt index 1a2e98b18..27b15a644 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt index d7b6ecc4f..b7fbbd36d 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt @@ -18,8 +18,8 @@ import org.w3c.dom.Element [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt index 7eda113ea..93dd2ac07 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/DisableAutoCaptionsPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt index 3c520e36b..8fce7253e 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconMMTPatch.kt @@ -16,8 +16,8 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt index 0c393aa98..2feb16cea 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyBluePatch.kt @@ -15,8 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt index ae2241a5a..995862a24 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/icon/CustomBrandingIconRevancifyRedPatch.kt @@ -15,8 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt index 32dab203b..6cbaeef8c 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/branding/name/CustomBrandingNamePatch.kt @@ -17,8 +17,8 @@ import app.revanced.patcher.patch.options.types.StringPatchOption.Companion.stri [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt index d6966db7c..2aa0bc4f9 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt index 629cd1f1c..1db04be94 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt index d04a0876d..1cd97a3b4 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt index bb8bcc2cc..ebb174217 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt index f1efbaf55..f3aba974f 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt index 9241f07ef..3a7b3dc48 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt index 4c0edbd29..6d0d02d20 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt index a6adff551..a88420dfc 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt @@ -29,8 +29,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt index 384ea52aa..3935b24b1 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt @@ -25,8 +25,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt index b56ee26de..69c2a0033 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt @@ -24,8 +24,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt index c944ff706..cc6d8d1fa 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt @@ -22,8 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_ADS_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt index 994317f26..b6114ea98 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/startpage/StartPagePatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt index d4f3698e6..97e343260 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt @@ -19,8 +19,8 @@ import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt index e9c1a5865..e409124be 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplay/BackgroundPlayPatch.kt @@ -18,8 +18,8 @@ import app.revanced.patches.music.misc.backgroundplay.fingerprints.BackgroundPla [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt index ecfaf7c12..415cd05e5 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt @@ -14,8 +14,8 @@ import app.revanced.patcher.patch.annotation.Patch [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt index 4076304fa..232ae2601 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt @@ -18,8 +18,8 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt index ecfe78257..ba51bf7e0 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt @@ -17,8 +17,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt index e482419dc..e4f299eb3 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt index faa5a3bc6..c6381af7a 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt @@ -17,8 +17,8 @@ import app.revanced.patches.music.misc.minimizedplayback.fingerprints.MinimizedP [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt index 27203e8db..2836e0dbe 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt index 254634c10..63b0f9b0e 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt @@ -26,8 +26,8 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt index 1161a34c1..9a0332a5f 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt @@ -19,8 +19,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt index ebc034c9d..71ed9a448 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt @@ -17,8 +17,8 @@ import app.revanced.util.resources.ResourceHelper.addTranslations [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt index a37fbf306..79aa4b0b8 100644 --- a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt index 1a49fb854..2ece61dda 100644 --- a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt @@ -33,8 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt index 2f1db9800..9eb9ed28a 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt @@ -33,8 +33,8 @@ import kotlin.properties.Delegates [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt index 61e154741..51b4a523c 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt @@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt index f6741dc6a..7c54cb774 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt index 377b1c2f7..7a11a9a59 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt index 3bfefeeb3..1da93cfb4 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt @@ -26,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt index ee944940a..53b4535ea 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt index c3ec380b5..857a1059d 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt @@ -42,8 +42,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt index f270250cf..1bd91c5b3 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt @@ -39,8 +39,8 @@ import com.android.tools.smali.dexlib2.util.MethodUtil [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt index 0f7e2d591..bf3d501ab 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt index 56cacd1cb..6197a1e66 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt @@ -17,8 +17,8 @@ import app.revanced.patches.music.utils.fix.androidauto.fingerprints.Certificate [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt index 448ab678e..efd7a3a73 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt @@ -31,8 +31,8 @@ import app.revanced.util.microg.MicroGBytecodeHelper [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt index d438b52ea..508cbfcde 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt @@ -23,8 +23,8 @@ import org.w3c.dom.Node [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt index 1b9a3ab54..eaea49fdb 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt @@ -32,8 +32,8 @@ import java.nio.file.Paths [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt index 9b030236c..5cf1cd86d 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt @@ -23,8 +23,8 @@ import app.revanced.util.resources.ResourceUtils.copyResources [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt index 1744eafa1..9013c3fef 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt @@ -19,8 +19,8 @@ import app.revanced.util.integrations.Constants.MUSIC_VIDEO_PATH [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ], diff --git a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt index ae4b95f47..529524fa0 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt index 3927f6a4a..6be1966fe 100644 --- a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction [ "6.15.52", "6.20.51", - "6.21.51", - "6.22.51" + "6.22.51", + "6.23.54" ] ) ]