diff --git a/README-template.md b/README-template.md index b600121cc..a2b3e98f3 100644 --- a/README-template.md +++ b/README-template.md @@ -54,8 +54,8 @@ Example: "name": "com.google.android.apps.youtube.music", "versions": [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] } ], 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 311ff98cb..5ce76a2f4 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 @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 6050714d9..df3a27ffc 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 @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 7de635c8e..7f073083e 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 @@ -30,8 +30,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 5e5b917cf..b29f81588 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 @@ -24,8 +24,8 @@ import app.revanced.util.enum.CategoryType "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 dc57a7b26..87574206a 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 @@ -27,8 +27,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 22bdeb209..7ba01ff83 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 @@ -20,8 +20,8 @@ import app.revanced.util.enum.CategoryType "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 a4859eafe..8359847da 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_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 baffcdbfa..43d4c189d 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 @@ -25,8 +25,8 @@ import app.revanced.util.integrations.Constants.MUSIC_FLYOUT "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 071053eac..11f4620de 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 @@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 96ebee2ea..da57baefd 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 @@ -22,8 +22,8 @@ import app.revanced.util.enum.CategoryType "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 0172798a9..0b5b151bd 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 @@ -29,8 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 74e8bdbf2..be0b8c9df 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 @@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 50d987268..bfa5fc7e7 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 @@ -17,8 +17,8 @@ import org.w3c.dom.Element "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 4979857ec..e87371f5c 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 @@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 71da7a7a1..6ca2dcabc 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 @@ -15,8 +15,8 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 0c3510e9a..fd061545a 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 @@ -14,8 +14,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 55b01f901..8bb44a9e0 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 @@ -14,8 +14,8 @@ import app.revanced.util.resources.IconHelper.customIconMusic "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 2e5c3ea81..22d4cb641 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 @@ -16,8 +16,8 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 1cfd0707a..689c3d6af 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 045c52168..0e8f0e0b7 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 ffa891457..678793d54 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 @@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 975097772..5d5cb6b60 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 @@ -26,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 72aa7d49a..ede8ed51e 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 2fa870c34..5099fa89c 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 2e912ea54..afe9fa1e6 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 70616278d..742252dde 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 @@ -27,8 +27,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 300fb0fee..4f6521e17 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 @@ -24,8 +24,8 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 dd7e17a3e..dabe40a43 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 @@ -23,8 +23,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 f38a9b732..1fa9d29c0 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 @@ -21,8 +21,8 @@ import app.revanced.util.integrations.Constants.MUSIC_COMPONENTS_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 17fd03adf..68a73a74e 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 @@ -29,8 +29,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 be69905e4..303956201 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 @@ -18,8 +18,8 @@ import app.revanced.patches.music.utils.resourceid.SharedResourceIdPatch "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 dd3009ab1..08ecb9d63 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 @@ -17,8 +17,8 @@ import app.revanced.patches.music.misc.backgroundplay.fingerprints.BackgroundPla "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 d23404f40..b6beff95a 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 @@ -13,8 +13,8 @@ import app.revanced.patcher.patch.annotation.Patch "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 f034fecfa..45507ed10 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 @@ -17,8 +17,8 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 59046810b..f22325c0c 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 @@ -16,8 +16,8 @@ import app.revanced.util.enum.CategoryType "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 be3976a54..a36da472c 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 @@ -26,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 78c5a45ff..4d39fd3f8 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 @@ -16,8 +16,8 @@ import app.revanced.patches.music.misc.minimizedplayback.fingerprints.MinimizedP "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 3ee2e877f..a397dd2f3 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 @@ -31,8 +31,8 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 ea6c7a316..de74ab3f9 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 @@ -25,8 +25,8 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 3301fefd0..e434db8d3 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 @@ -18,8 +18,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] diff --git a/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt index 23035c2aa..9b6bf23cb 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt @@ -19,8 +19,8 @@ import app.revanced.util.integrations.Constants.MUSIC_MISC_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 f01405ece..1356e9a27 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 @@ -16,8 +16,8 @@ import app.revanced.util.resources.ResourceHelper.addTranslations "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 fe0fee620..46b5b0426 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 @@ -26,8 +26,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 b8ff823b2..6dd7c486f 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 @@ -32,8 +32,8 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 bc80b9eb2..c4780fcf5 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 @@ -31,8 +31,8 @@ import kotlin.properties.Delegates "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 9a8d50c33..23bafd384 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 @@ -21,8 +21,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 6a00c521b..547bb93fc 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 @@ -20,8 +20,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 dc9bbd5f9..bfc11e612 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 @@ -20,8 +20,8 @@ import app.revanced.util.integrations.Constants.MUSIC_PLAYER "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 2ddba707f..0ecf835e6 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 @@ -24,8 +24,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 b4557855d..f52e3be4e 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 @@ -22,8 +22,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 aa246ac29..5fa55b45d 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 "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 87fd97884..fd08ff2af 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 @@ -38,8 +38,8 @@ import com.android.tools.smali.dexlib2.util.MethodUtil "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 0f60f68bf..84496118b 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 @@ -25,8 +25,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 cbb4c9163..9c28bef8c 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 @@ -16,8 +16,8 @@ import app.revanced.patches.music.utils.fix.androidauto.fingerprints.Certificate "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 6421bae03..e8f479770 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 @@ -30,8 +30,8 @@ import app.revanced.util.microg.MicroGBytecodeHelper "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 80dcb5593..7f6cb4a40 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 @@ -22,8 +22,8 @@ import org.w3c.dom.Node "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 f5e41fcee..786b0f95d 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 @@ -31,8 +31,8 @@ import java.nio.file.Paths "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 3fb2dacf6..f7ce98ea2 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 @@ -22,8 +22,8 @@ import app.revanced.util.resources.ResourceUtils.copyResources "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 bf370a356..098a07bb3 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 @@ -18,8 +18,8 @@ import app.revanced.util.integrations.Constants.MUSIC_VIDEO_PATH "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ], 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 4d06b8441..9965c02e2 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 @@ -29,8 +29,8 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ] 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 20082c28d..fd8bae19a 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 @@ -28,8 +28,8 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction "com.google.android.apps.youtube.music", [ "6.20.51", - "6.26.51", - "6.27.53" + "6.27.54", + "6.28.52" ] ) ]