Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Jun 9, 2024
1 parent aa6e77d commit 2ea9a55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<color name="matisse_preview_page_background_color">#FF22202A</color>
<color name="matisse_preview_page_bottom_navigation_bar_background_color">#FF2B2A34</color>
<color name="matisse_preview_page_back_text_color">#FFFFFFFF</color>
<color name="matisse_preview_page_sure_text_color">#EF5350</color>
<color name="matisse_preview_page_sure_text_color_if_disable">#FFEE58</color>
<color name="matisse_preview_page_sure_text_color">#FF03A9F4</color>
<color name="matisse_preview_page_sure_text_color_if_disable">#6003A9F4</color>
<color name="matisse_check_box_circle_color">#FFFFFFFF</color>
<color name="matisse_check_box_circle_color_if_disable">#60FFFFFF</color>
<color name="matisse_check_box_circle_fill_color">#FF03A9F4</color>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ androidx-compose-bom = "2024.05.00"

junit = "4.13.2"

matisse-remote = "2.0.1"
matisse-publishing = "2.0.1"
matisse-remote = "2.1.0"
matisse-publishing = "2.1.0"

coil = "2.6.0"

Expand Down
2 changes: 1 addition & 1 deletion matisse/src/main/java/github/leavesczy/matisse/Matisse.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import kotlinx.parcelize.Parcelize
/**
* @param maxSelectable 用于设置最多能选择几个媒体资源
* @param imageEngine 用于自定义图片加载框架
* @param fastSelect 用于设置是否移除预览和确认选中的过程。值为 true 时 maxSelectable 必须为 1
* @param fastSelect 用于设置是否免去预览图片和确认选择的流程。值为 true 时 maxSelectable 必须为 1
* @param mediaType 用于设置要加载的媒体资源类型。默认仅图片
* @param singleMediaType 用于设置是否允许同时选择图片和视频。默认允许
* @param mediaFilter 用于设置媒体资源的筛选规则。默认不进行筛选
Expand Down

0 comments on commit 2ea9a55

Please sign in to comment.