bump 5.4.2-dev.1

This commit is contained in:
inotia00
2025-02-28 09:53:04 +09:00
parent 06aca3f6e4
commit 5ceea82df3
4 changed files with 45 additions and 12 deletions

View File

@ -142,6 +142,10 @@ public final class app/revanced/patches/music/misc/drc/DrcAudioPatchKt {
public static final fun getDrcAudioPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/music/misc/quic/QUICProtocolPatchKt {
public static final fun getQuicProtocolPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/music/misc/share/ShareSheetPatchKt {
public static final fun getShareSheetPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
@ -218,8 +222,10 @@ public final class app/revanced/patches/music/utils/playservice/VersionCheckPatc
public static final fun getVersionCheckPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
public static final fun is_6_27_or_greater ()Z
public static final fun is_6_36_or_greater ()Z
public static final fun is_6_39_or_greater ()Z
public static final fun is_6_42_or_greater ()Z
public static final fun is_6_43_or_greater ()Z
public static final fun is_6_48_or_greater ()Z
public static final fun is_7_03_or_greater ()Z
public static final fun is_7_06_or_greater ()Z
public static final fun is_7_13_or_greater ()Z
@ -233,6 +239,7 @@ public final class app/revanced/patches/music/utils/playservice/VersionCheckPatc
public static final fun is_7_29_or_greater ()Z
public static final fun is_7_33_or_greater ()Z
public static final fun is_8_03_or_greater ()Z
public static final fun is_8_05_or_greater ()Z
}
public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdPatchKt {
@ -540,7 +547,11 @@ public final class app/revanced/patches/shared/materialyou/BaseMaterialYouPatchK
}
public final class app/revanced/patches/shared/opus/BaseOpusCodecsPatchKt {
public static final fun baseOpusCodecsPatch (Ljava/lang/String;)Lapp/revanced/patcher/patch/BytecodePatch;
public static final fun baseOpusCodecsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/shared/quic/BaseQuicProtocolPatchKt {
public static final fun baseQuicProtocolPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/shared/returnyoutubeusername/BaseReturnYouTubeUsernamePatchKt {
@ -961,8 +972,6 @@ public final class app/revanced/patches/youtube/utils/playercontrols/PlayerContr
public static final fun getInitializeBottomControlButtonMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public static final fun getInitializeTopControlButtonMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public static final fun getPlayerControlsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
public static final fun hookBottomControlButton (Ljava/lang/String;)V
public static final fun hookTopControlButton (Ljava/lang/String;)V
public static final fun setChangeVisibilityMethod (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;)V
public static final fun setChangeVisibilityNegatedImmediatelyMethod (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;)V
public static final fun setInitializeBottomControlButtonMethod (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;)V