bump 5.2.1-dev.4

This commit is contained in:
inotia00
2025-01-06 21:39:25 +09:00
parent daf4d1df16
commit 07d31c08e9
4 changed files with 61 additions and 29 deletions

View File

@ -22,10 +22,6 @@ public final class app/revanced/patches/music/flyoutmenu/components/FlyoutMenuCo
public static final fun getFlyoutMenuComponentsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/music/general/amoled/AmoledPatchKt {
public static final fun getAmoledPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}
public final class app/revanced/patches/music/general/autocaptions/AutoCaptionsPatchKt {
public static final fun getAutoCaptionsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
@ -82,6 +78,11 @@ public final class app/revanced/patches/music/layout/playeroverlay/PlayerOverlay
public static final fun getPlayerOverlayFilterPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}
public final class app/revanced/patches/music/layout/theme/DarkThemePatchKt {
public static final fun getDARK_COLOR ()[Ljava/lang/String;
public static final fun getDarkThemePatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}
public final class app/revanced/patches/music/layout/translations/TranslationsPatchKt {
public static final fun getTranslationsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}
@ -213,6 +214,7 @@ public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdP
public static final fun getColorGrey ()J
public static final fun getDarkBackground ()J
public static final fun getDesignBottomSheetDialog ()J
public static final fun getElementsContainer ()J
public static final fun getEndButtonsContainer ()J
public static final fun getFloatingLayout ()J
public static final fun getHistoryMenuItem ()J
@ -491,6 +493,10 @@ public final class app/revanced/patches/shared/mapping/ResourceType : java/lang/
public static fun values ()[Lapp/revanced/patches/shared/mapping/ResourceType;
}
public final class app/revanced/patches/shared/materialyou/BaseMaterialYouPatchKt {
public static final fun baseMaterialYou (Lapp/revanced/patcher/patch/ResourcePatchContext;)V
}
public final class app/revanced/patches/shared/opus/BaseOpusCodecsPatchKt {
public static final fun baseOpusCodecsPatch (Ljava/lang/String;)Lapp/revanced/patcher/patch/BytecodePatch;
}