Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Dec 5, 2024
1 parent 26fdb88 commit aacf00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ImageViewer for Android 是一个图片查看器,一般用来查看图片详
* 为了保证 **ImageViewer** 体积最小化,让用户有更多选择的可能性, **ImageViewer** 仅编译时用到了 **coil** 、**Glide** 和 **Picasso** 。
> 当你使用了 **CoilImageLoader** 时,则需依赖[coil](https://github.com/coil-kt/coil)库 (v1.2.0新增)
> 当你使用了 **CoilImageLoader** 时,则需依赖[ **COIL** ](https://github.com/coil-kt/coil)库 (v1.2.0新增)
> 当你使用了 **GlideImageLoader** 时,则需依赖[ **Glide** ](https://github.com/bumptech/glide)库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import coil.load
import com.king.image.imageviewer.ImageDataSource

/**
* 当使用[CoilImageLoader]时,必须依赖[coil](https://github.com/coil-kt/coil)库
* 当使用[CoilImageLoader]时,必须依赖[COIL](https://github.com/coil-kt/coil)库
*
* @author <a href="mailto:jenly1314@gmail.com">Jenly</a>
* <p>
Expand Down

0 comments on commit aacf00a

Please sign in to comment.