From 1ca1a3e250268ba50ff0e018fb6475184e17d27c Mon Sep 17 00:00:00 2001 From: maning Date: Tue, 28 Feb 2017 18:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8FBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bfe283..913b494 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ ######[glide](https://github.com/bumptech/glide) ######[SwipeToLoadLayout](https://github.com/Aspsine/SwipeToLoadLayout) ######[Android-SVProgressHUD](https://github.com/saiwu-bigkoo/Android-SVProgressHUD) -######[MaterialDialog](https://github.com/drakeet/MaterialDialog) +######[material-dialogs](https://github.com/afollestad/material-dialogs) ######[RecyclerView-FlexibleDivider](https://github.com/yqritc/RecyclerView-FlexibleDivider) ######[LikeButton](https://github.com/jd-alexander/LikeButton) ######[jsoup](https://github.com/jhy/jsoup) diff --git a/app/build.gradle b/app/build.gradle index 31f0f5b..2753f23 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,7 +98,7 @@ dependencies { /*日志*/ compile 'com.github.zhaokaiqiang.klog:library:1.3.0' /*提示库*/ - compile 'com.bigkoo:svprogresshud:1.0.6' + compile 'com.bigkoo:svprogresshud:1.0.4' /*注解*/ compile 'com.jakewharton:butterknife:7.0.1' /*下拉刷新框架*/