From d1c6de16b2f3e5c382c5b2a76946e00f5363dd25 Mon Sep 17 00:00:00 2001 From: tianxiangyu <96164429+FlyJingFish@users.noreply.github.com> Date: Tue, 13 Dec 2022 17:46:39 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9736e134..1a4a08b0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ allprojects { ``` //OpenImageFullLib 是完整版,如果您不想自定义图片引擎和视频播放器引擎可直接引用以下库 -implementation 'com.github.FlyJingFish.OpenImage:OpenImageFullLib:v1.5.3' +implementation 'com.github.FlyJingFish.OpenImage:OpenImageFullLib:v1.5.4' ``` #### B、引入只带有图片引擎的版本(只支持查看图片) @@ -72,7 +72,7 @@ implementation 'com.github.FlyJingFish.OpenImage:OpenImageFullLib:v1.5.3' ``` //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、引入基础版本(不可以直接查看图片和视频,完全需要自定义) @@ -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' ```