Skip to content

Commit aacf00a

Browse files
committed
CI
1 parent 26fdb88 commit aacf00a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ImageViewer for Android 是一个图片查看器,一般用来查看图片详
4949
5050
* 为了保证 **ImageViewer** 体积最小化,让用户有更多选择的可能性, **ImageViewer** 仅编译时用到了 **coil** 、**Glide** 和 **Picasso** 。
5151
52-
> 当你使用了 **CoilImageLoader** 时,则需依赖[coil](https://github.com/coil-kt/coil)库 (v1.2.0新增)
52+
> 当你使用了 **CoilImageLoader** 时,则需依赖[ **COIL** ](https://github.com/coil-kt/coil)库 (v1.2.0新增)
5353
5454
> 当你使用了 **GlideImageLoader** 时,则需依赖[ **Glide** ](https://github.com/bumptech/glide)库
5555

imageviewer/src/main/java/com/king/image/imageviewer/loader/CoilImageLoader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import coil.load
66
import com.king.image.imageviewer.ImageDataSource
77

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

0 commit comments

Comments
 (0)