Skip to content

Commit

Permalink
1,更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Dec 13, 2022
1 parent 8eed43f commit d1c6de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ allprojects {

```
//OpenImageFullLib 是完整版,如果您不想自定义图片引擎和视频播放器引擎可直接引用以下库
implementation 'com.github.FlyJingFish.OpenImage:OpenImageFullLib:v1.5.3'
implementation 'com.github.FlyJingFish.OpenImage:OpenImageFullLib:v1.5.4'
```
#### B、引入只带有图片引擎的版本(只支持查看图片)

请注意如果使用以下导入方式,如果你的项目组存在**Glide**请升级至4.12.0或者更高的版本,否则会冲突

```
//OpenImageGlideLib 引入Glide(4.12.0)图片引擎,没有引入视频播放器;如需定制视频播放功能,详细看Wiki文档,如果不想定制可直接使用上边的库
implementation 'com.github.FlyJingFish.OpenImage:OpenImageGlideLib:v1.5.3'
implementation 'com.github.FlyJingFish.OpenImage:OpenImageGlideLib:v1.5.4'
```

#### C、引入基础版本(不可以直接查看图片和视频,完全需要自定义)
Expand All @@ -82,7 +82,7 @@ implementation 'com.github.FlyJingFish.OpenImage:OpenImageGlideLib:v1.5.3'
```
//OpenImageLib 是基础库,没有引入图片引擎和视频播放器
//至少需要实现BigImageHelper来定制您的图片引擎,如需定制视频播放功能,详细看Wiki文档
implementation 'com.github.FlyJingFish.OpenImage:OpenImageLib:v1.5.3'
implementation 'com.github.FlyJingFish.OpenImage:OpenImageLib:v1.5.4'
```

Expand Down

0 comments on commit d1c6de1

Please sign in to comment.