From 010b39a05a7d424a7cb9224cd607d92f492d5906 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 28 Oct 2023 11:36:55 +0900 Subject: [PATCH] feat(YouTube Music): add support version `v6.25.53` --- README-template.md | 3 ++- .../patches/music/account/component/MenuComponentPatch.kt | 3 ++- .../revanced/patches/music/account/handle/HideHandlePatch.kt | 3 ++- .../revanced/patches/music/account/tos/TermsContainerPatch.kt | 3 ++- .../actionbar/downloadbuttonhook/DownloadButtonHookPatch.kt | 3 ++- .../patches/music/actionbar/label/ActionBarLabelPatch.kt | 3 ++- .../patches/music/actionbar/radio/HideRadioButtonPatch.kt | 3 ++- .../app/revanced/patches/music/ads/music/MusicAdsPatch.kt | 3 ++- .../music/flyoutpanel/compactdialog/CompactDialogPatch.kt | 3 ++- .../patches/music/flyoutpanel/component/FlyoutPanelPatch.kt | 3 ++- .../music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt | 3 ++- .../music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt | 3 ++- .../patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt | 3 ++- .../app/revanced/patches/music/general/amoled/AmoledPatch.kt | 3 ++- .../music/general/autocaptions/DisableAutoCaptionsPatch.kt | 3 ++- .../music/general/branding/icon/CustomBrandingIconMMTPatch.kt | 3 ++- .../branding/icon/CustomBrandingIconRevancifyBluePatch.kt | 3 ++- .../branding/icon/CustomBrandingIconRevancifyRedPatch.kt | 3 ++- .../music/general/branding/name/CustomBrandingNamePatch.kt | 3 ++- .../patches/music/general/buttonshelf/HideButtonShelfPatch.kt | 3 ++- .../music/general/carouselshelf/HideCarouselShelfPatch.kt | 3 ++- .../patches/music/general/castbutton/HideCastButtonPatch.kt | 3 ++- .../patches/music/general/categorybar/CategoryBarPatch.kt | 3 ++- .../general/channelguidelines/HideChannelGuidelinesPatch.kt | 3 ++- .../patches/music/general/customfilter/CustomFilterPatch.kt | 3 ++- .../patches/music/general/emojipicker/HideEmojiPickerPatch.kt | 3 ++- .../music/general/floatingbutton/NewPlaylistButtonPatch.kt | 3 ++- .../patches/music/general/landscapemode/LandScapeModePatch.kt | 3 ++- .../general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt | 3 ++- .../music/general/playlistcard/HidePlaylistCardPatch.kt | 3 ++- .../revanced/patches/music/general/startpage/StartPagePatch.kt | 3 ++- .../patches/music/general/tooltip/TooltipContentViewPatch.kt | 3 ++- .../patches/music/misc/backgroundplay/BackgroundPlayPatch.kt | 3 ++- .../patches/music/misc/bitrate/BitrateDefaultValuePatch.kt | 3 ++- .../revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt | 3 ++- .../revanced/patches/music/misc/debugging/DebuggingPatch.kt | 3 ++- .../patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt | 3 ++- .../music/misc/minimizedplayback/MinimizedPlaybackPatch.kt | 3 ++- .../revanced/patches/music/misc/premium/HideGetPremiumPatch.kt | 3 ++- .../patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt | 3 ++- .../patches/music/misc/tastebuilder/TasteBuilderPatch.kt | 3 ++- .../patches/music/misc/translations/TranslationsPatch.kt | 3 ++- .../patches/music/navigation/black/BlackNavigationBarPatch.kt | 3 ++- .../music/navigation/component/NavigationBarComponentPatch.kt | 3 ++- .../music/player/colormatchplayer/ColorMatchPlayerPatch.kt | 3 ++- .../music/player/minimizedplayer/MinimizedPlayerPatch.kt | 3 ++- .../player/newplayerbackground/NewPlayerBackgroundPatch.kt | 3 ++- .../music/player/oldplayerlayout/OldPlayerLayoutPatch.kt | 3 ++- .../music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt | 3 ++- .../patches/music/player/repeat/RememberRepeatPatch.kt | 3 ++- .../patches/music/player/replace/ReplaceCastButtonPatch.kt | 3 ++- .../patches/music/player/shuffle/RememberShufflePatch.kt | 3 ++- .../app/revanced/patches/music/player/zenmode/ZenModePatch.kt | 3 ++- .../music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt | 3 ++- .../app/revanced/patches/music/utils/microg/MicroGPatch.kt | 3 ++- .../utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt | 3 ++- .../app/revanced/patches/music/utils/settings/SettingsPatch.kt | 3 ++- .../patches/music/utils/sponsorblock/SponsorBlockPatch.kt | 3 ++- .../music/video/customspeed/CustomPlaybackSpeedPatch.kt | 3 ++- .../revanced/patches/music/video/quality/VideoQualityPatch.kt | 3 ++- .../revanced/patches/music/video/speed/PlaybackSpeedPatch.kt | 3 ++- 61 files changed, 122 insertions(+), 61 deletions(-) diff --git a/README-template.md b/README-template.md index a66ee5834..f706c5f93 100644 --- a/README-template.md +++ b/README-template.md @@ -52,7 +52,8 @@ Example: "versions": [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] } ], 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 249ac762a..154a9c95b 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,7 +31,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 80cec746b..7e9360401 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,7 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 4e0f1ed24..b217bc4b2 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,7 +33,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 11c387836..bc46ae154 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,7 +25,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 a5347f225..cbc40af04 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 @@ -28,7 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 393fe85b5..a5c500065 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,7 +21,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 373f496a0..856b1cc64 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 @@ -23,7 +23,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 261e3d5aa..1f8a7036b 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,7 +26,8 @@ import app.revanced.util.integrations.Constants.MUSIC_FLYOUT [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 5d9b66334..15f6b8287 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,7 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 9b8b0e865..5c2c88da5 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,7 +23,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 04ff6d066..f96f0b44c 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,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 a6dfc24bd..1de160695 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,7 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0403572e0..7c140597b 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,7 +18,8 @@ import org.w3c.dom.Element [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 59b810aec..f9870b7df 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,7 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 9d7e7ff80..f27604174 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,7 +16,8 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 7034d5877..a426c2972 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,7 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 ba7614e57..05b25939e 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,7 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 6886fd653..21693fbcf 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,7 +17,8 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 d8cede303..d420aa66f 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 79092a53e..b11213dab 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0729f7874..ec6ffd783 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,7 +32,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 bd6ff05ab..05a17b235 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,7 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 ee79dfdc5..9aa047f42 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 b07f4d296..f02ab0c77 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 52dd8bccb..511d6aa56 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 8195b8e25..27444fa37 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 @@ -28,7 +28,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 e0ea81446..d45e3ecf9 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,7 +25,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0e1332e5d..a8ab6ca19 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,7 +24,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0d3fc59d6..812b2a73a 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,7 +22,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 2c4306429..e1f878d6d 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,7 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 f6c58bffe..b101e3c11 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,7 +19,8 @@ import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 d6d5c9065..1cbe59da8 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,7 +18,8 @@ import app.revanced.patches.music.misc.backgroundplay.fingerprints.BackgroundPla [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 e4ca5ea73..0d5639175 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,7 +14,8 @@ import app.revanced.patcher.patch.annotation.Patch [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 1e9f65390..80e3cf1b7 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,7 +18,8 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0cf2626e8..6f9020f9f 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,7 +17,8 @@ import app.revanced.util.enum.CategoryType [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 bf03db0db..660f394f9 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,7 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 db19b2168..8f5ea7acb 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,7 +17,8 @@ import app.revanced.patches.music.misc.minimizedplayback.fingerprints.MinimizedP [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 7e57caedf..a0237c32d 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 @@ -32,7 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 907ec8ca3..8c8733575 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,7 +26,8 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 93f4c4d34..96eb64557 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,7 +19,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 5dc13fd5f..544799ec5 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,7 +17,8 @@ import app.revanced.util.resources.ResourceHelper.addTranslations [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 9041ea61f..eccfbddf1 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,7 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 edf747ebc..6d16c58c7 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,7 +33,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 777afa734..3df9bc87a 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 @@ -32,7 +32,8 @@ import kotlin.properties.Delegates [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 bd5cc6856..bc9215bc8 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,7 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 b931dc8c1..09a73a240 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,7 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 bd7615a40..30cafea30 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,7 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 288b7e730..d42dd8f3d 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 @@ -25,7 +25,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 3f990eb5a..6a8577f00 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,7 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 48fd8dbe3..eef19b10c 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,7 +42,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 41fb03905..70ab85339 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,7 +39,8 @@ import com.android.tools.smali.dexlib2.util.MethodUtil [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 5edbb83bb..3ffeac7ac 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 @@ -26,7 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 a8c1f5226..702c9dc4e 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,7 +17,8 @@ import app.revanced.patches.music.utils.fix.androidauto.fingerprints.Certificate [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 0f81f2c30..283e770de 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,7 +31,8 @@ import app.revanced.util.microg.MicroGBytecodeHelper [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 90a80636d..9e210de1f 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,7 +23,8 @@ import org.w3c.dom.Node [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 db2771d1f..3c349364d 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,7 +32,8 @@ import java.nio.file.Paths [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 2afb9a4e5..0bb8e82ab 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,7 +23,8 @@ import app.revanced.util.resources.ResourceUtils.copyResources [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 baa4e81ab..6a77efe48 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,7 +19,8 @@ import app.revanced.util.integrations.Constants.MUSIC_VIDEO_PATH [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ], 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 4d83d37ed..ffc2f2540 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,7 +30,8 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ] 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 9582ade6e..9eeff8cc6 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 @@ -29,7 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction [ "6.15.52", "6.20.51", - "6.23.55" + "6.23.55", + "6.25.53" ] ) ]