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' /* 日志监听 */