From acee8b679a33cbc59918056569649147c4f5ec74 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:21:07 +0900 Subject: [PATCH] feat(YouTube Music): add support version `v6.26.51`, `v6.27.53` --- README-template.md | 4 ++-- .../music/account/component/MenuComponentPatch.kt | 4 ++-- .../music/account/handle/HideHandlePatch.kt | 4 ++-- .../music/account/tos/TermsContainerPatch.kt | 9 +++------ .../downloadbuttonhook/DownloadButtonHookPatch.kt | 4 ++-- .../music/actionbar/label/ActionBarLabelPatch.kt | 4 ++-- .../music/actionbar/radio/HideRadioButtonPatch.kt | 4 ++-- .../patches/music/ads/music/MusicAdsPatch.kt | 4 ++-- .../compactdialog/CompactDialogPatch.kt | 4 ++-- .../flyoutpanel/component/FlyoutPanelPatch.kt | 4 ++-- .../playbackspeed/PlaybackSpeedPatch.kt | 4 ++-- .../replace/ReplaceDismissQueuePatch.kt | 4 ++-- .../flyoutpanel/sleeptimer/SleepTimerPatch.kt | 4 ++-- .../patches/music/general/amoled/AmoledPatch.kt | 4 ++-- .../autocaptions/DisableAutoCaptionsPatch.kt | 4 ++-- .../branding/icon/CustomBrandingIconMMTPatch.kt | 4 ++-- .../icon/CustomBrandingIconRevancifyBluePatch.kt | 4 ++-- .../icon/CustomBrandingIconRevancifyRedPatch.kt | 4 ++-- .../branding/name/CustomBrandingNamePatch.kt | 4 ++-- .../general/buttonshelf/HideButtonShelfPatch.kt | 4 ++-- .../carouselshelf/HideCarouselShelfPatch.kt | 4 ++-- .../general/castbutton/HideCastButtonPatch.kt | 4 ++-- .../music/general/categorybar/CategoryBarPatch.kt | 4 ++-- .../HideChannelGuidelinesPatch.kt | 4 ++-- .../general/customfilter/CustomFilterPatch.kt | 4 ++-- .../general/emojipicker/HideEmojiPickerPatch.kt | 4 ++-- .../floatingbutton/NewPlaylistButtonPatch.kt | 4 ++-- .../general/landscapemode/LandScapeModePatch.kt | 4 ++-- .../OldStyleLibraryShelfPatch.kt | 4 ++-- .../general/playlistcard/HidePlaylistCardPatch.kt | 4 ++-- .../music/general/startpage/StartPagePatch.kt | 4 ++-- .../general/tooltip/TooltipContentViewPatch.kt | 4 ++-- .../misc/backgroundplay/BackgroundPlayPatch.kt | 4 ++-- .../music/misc/bitrate/BitrateDefaultValuePatch.kt | 4 ++-- .../patches/music/misc/codecs/CodecsUnlockPatch.kt | 4 ++-- .../patches/music/misc/debugging/DebuggingPatch.kt | 4 ++-- .../misc/exclusiveaudio/ExclusiveAudioPatch.kt | 4 ++-- .../minimizedplayback/MinimizedPlaybackPatch.kt | 4 ++-- .../music/misc/premium/HideGetPremiumPatch.kt | 4 ++-- .../misc/spoofappversion/SpoofAppVersionPatch.kt | 4 ++-- .../music/misc/tastebuilder/TasteBuilderPatch.kt | 4 ++-- .../music/misc/translations/TranslationsPatch.kt | 4 ++-- .../navigation/black/BlackNavigationBarPatch.kt | 4 ++-- .../component/NavigationBarComponentPatch.kt | 4 ++-- .../colormatchplayer/ColorMatchPlayerPatch.kt | 4 ++-- .../player/minimizedplayer/MinimizedPlayerPatch.kt | 4 ++-- .../NewPlayerBackgroundPatch.kt | 4 ++-- .../player/oldplayerlayout/OldPlayerLayoutPatch.kt | 4 ++-- .../oldstyleminiplayer/OldStyleMiniPlayerPatch.kt | 4 ++-- .../music/player/repeat/RememberRepeatPatch.kt | 4 ++-- .../music/player/replace/ReplaceCastButtonPatch.kt | 4 ++-- .../music/player/shuffle/RememberShufflePatch.kt | 4 ++-- .../patches/music/player/zenmode/ZenModePatch.kt | 4 ++-- .../fix/androidauto/AndroidAutoCertificatePatch.kt | 4 ++-- .../integrations/fingerprints/InitFingerprint.kt | 14 +++++++++++++- .../patches/music/utils/microg/MicroGPatch.kt | 4 ++-- .../ReturnYouTubeDislikePatch.kt | 4 ++-- .../patches/music/utils/settings/SettingsPatch.kt | 4 ++-- .../music/utils/sponsorblock/SponsorBlockPatch.kt | 4 ++-- .../video/customspeed/CustomPlaybackSpeedPatch.kt | 4 ++-- .../music/video/quality/VideoQualityPatch.kt | 4 ++-- .../music/video/speed/PlaybackSpeedPatch.kt | 4 ++-- 62 files changed, 136 insertions(+), 127 deletions(-) diff --git a/README-template.md b/README-template.md index 17b1d878d..5bbba124a 100644 --- a/README-template.md +++ b/README-template.md @@ -51,8 +51,8 @@ Example: "versions": [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 ebdf36818..a0063fabf 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 82eacd919..1c3d44eb9 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 317d338fe..dbd3d36b3 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 @@ -11,9 +11,7 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage import app.revanced.patcher.patch.annotation.Patch import app.revanced.patches.music.account.tos.fingerprints.TermsOfServiceFingerprint import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch -import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch.TosFooter import app.revanced.patches.music.utils.settings.SettingsPatch -import app.revanced.util.bytecode.getWideLiteralIndex import app.revanced.util.enum.CategoryType import app.revanced.util.integrations.Constants.MUSIC_ACCOUNT import com.android.tools.smali.dexlib2.Opcode @@ -33,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.53" ] ) ] @@ -47,10 +45,9 @@ object TermsContainerPatch : BytecodePatch( TermsOfServiceFingerprint.result?.let { it.mutableMethod.apply { - val tosIndex = getWideLiteralIndex(TosFooter) var insertIndex = 0 - for (index in tosIndex until implementation!!.instructions.size) { + for (index in implementation!!.instructions.size - 1 downTo 0) { if (getInstruction(index).opcode != Opcode.INVOKE_VIRTUAL) continue val targetReference = 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 f13ae0842..c2e76ff64 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 b01548e56..ccc020d57 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,8 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 670698830..10b1a16b9 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 cccac16c4..3499a6bcd 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,8 +23,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 2ea820216..8813a2800 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 3aa19b247..8f9a69dd2 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 07e887dcd..4ee59b3e4 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 044898b6b..0b9d9ccb8 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 01a0f7833..b40b09e4d 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 d4540e8a9..7f27b27bf 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 d24dfa113..44b91f2d3 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 09902932b..e1b12800b 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 58a036171..b7ce71b8f 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 900470aa9..d2523cab6 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 56ece1400..1a4807882 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.PatchOption.PatchExtensions.stringPatc [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 61d0876e0..279ed5664 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 149ea4a0a..e0ba23084 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 e3239493e..adc11f687 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 62593dad8..b8035dcef 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 0aef49007..acc888662 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 8137d4d76..d4fcc2016 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 1aef60546..daf06bb33 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 366a891d1..48508f455 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,8 +28,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 3d945ddbe..ba7269c1e 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 b9a586ed0..98cb93754 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 bd7c1dd3e..de13f6257 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_COMPONENTS_PATH [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 ac7440db2..fe1d61f73 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 09635ecb5..207fb9ac5 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 ccd538222..3761750a9 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 e35b0f725..c34b20960 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 0fe0be345..4888af8d3 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 30e9f926c..2c88a643d 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 27f727b1e..aa8dd5e04 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 153859ec6..9d187b5c8 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 3dd063f02..5f6e06410 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,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 43c220fbb..c991ae868 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 2fd7eb3f0..610fee0fe 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 377ea0771..2bfd39efa 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 1e4499cf6..1f526be2e 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 8056db9da..77715f200 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 ceae4d3ae..e84a860dc 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,8 +32,8 @@ import kotlin.properties.Delegates [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 694a83d09..b5df36bf3 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 d6dbe2e4a..e99d5fd0f 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 c3c6f0f86..50697fae5 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 69e4e6239..80bf0a94c 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,8 +25,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 1da47ad99..81b200bcf 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 14144ecd1..13afd34a5 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 @@ -43,8 +43,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 6e3ea7633..67298c9fe 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 aacecec4a..cf7142574 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,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.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 48ca0495d..d3eeaeba5 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.25.53", - "6.26.50" + "6.26.51", + "6.27.53" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/utils/integrations/fingerprints/InitFingerprint.kt b/src/main/kotlin/app/revanced/patches/music/utils/integrations/fingerprints/InitFingerprint.kt index 9474bf9a6..ad4111813 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/integrations/fingerprints/InitFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/integrations/fingerprints/InitFingerprint.kt @@ -1,7 +1,19 @@ package app.revanced.patches.music.utils.integrations.fingerprints import app.revanced.patches.shared.patch.integrations.AbstractIntegrationsPatch.IntegrationsFingerprint +import com.android.tools.smali.dexlib2.Opcode object InitFingerprint : IntegrationsFingerprint( - strings = listOf("YouTubeMusic", "activity") + returnType = "V", + parameters = emptyList(), + opcodes = listOf( + Opcode.NEW_INSTANCE, + Opcode.INVOKE_DIRECT, + Opcode.INVOKE_STATIC, + Opcode.NEW_INSTANCE, + Opcode.INVOKE_DIRECT, + Opcode.INVOKE_VIRTUAL + ), + strings = listOf("activity"), + customFingerprint = { methodDef, _ -> methodDef.name == "onCreate" } ) \ No newline at end of file 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 065e4d3b2..a51de6f37 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 2255eb7f1..23cada25f 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 2c210b5e5..7ab4c0532 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 379f42669..83dc2ab04 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 26c5e4969..094580a63 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 696236ba2..e357cdd5d 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.25.53", - "6.26.50" + "6.26.51", + "6.27.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 4d3239b3a..69f092c97 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,8 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction [ "6.15.52", "6.20.51", - "6.25.53", - "6.26.50" + "6.26.51", + "6.27.53" ] ) ]