bump 5.4.1-dev.6

This commit is contained in:
inotia00
2025-02-11 18:27:14 +09:00
parent aa8c8f8a67
commit fae60e63df
4 changed files with 30 additions and 5 deletions

View File

@ -645,10 +645,6 @@ public final class app/revanced/patches/youtube/general/loadingscreen/GradientLo
public static final fun getGradientLoadingScreenPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/general/miniplayer/MiniplayerPatchKt {
public static final fun getMiniplayerPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/general/music/YouTubeMusicActionsPatchKt {
public static final fun getYoutubeMusicActionsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
@ -810,6 +806,14 @@ public final class app/revanced/patches/youtube/player/hapticfeedback/HapticFeed
public static final fun getHapticFeedbackPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/player/miniplayer/general/MiniplayerPatchKt {
public static final fun getMiniplayerPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/player/miniplayer/startup/ResumingMiniplayerOnStartupPatchKt {
public static final fun getResumingMiniplayerOnStartupPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/player/overlaybuttons/OverlayButtonsPatchKt {
public static final fun getOverlayButtonsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}