From d405857a722c0f504acfd8918c1f593c8dfb2170 Mon Sep 17 00:00:00 2001 From: maning <154292322@qq.com> Date: Thu, 22 Aug 2019 16:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E5=88=B0v1?= =?UTF-8?q?.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ app/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5483f7d..02339af 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ ## 更新日志: +### V1.8.0 : + 1.优化代码 + 2.修复部分问题 + ### V1.6.8 : 1.VectorDrawableCompat使用不规范而造成的崩溃问题 2.图片浏览新增收藏和取消收藏功能 diff --git a/app/build.gradle b/app/build.gradle index fa75942..4628966 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -165,7 +165,7 @@ dependencies { /*翻滚广告条TextView*/ implementation 'com.github.maning0303:SwitcherView:v1.0.4' /* 提示框 */ - implementation 'com.github.maning0303:MNProgressHUD:V1.1.7' + implementation 'com.github.maning0303:MNProgressHUD:V1.1.8' /* 日历 */ implementation 'com.github.maning0303:MNCalendar:V1.0.1' /* 日志监听 */