Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saiwu-bigkoo committed Jul 31, 2016
1 parent 4832b49 commit 9b211a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SVProgressHUD For Android

demo是用Module方式依赖,你也可以使用gradle 依赖:
```java
compile 'com.bigkoo:svprogresshud:1.0.2'
compile 'com.bigkoo:svprogresshud:1.0.3'
```

### config in java code
Expand All @@ -19,6 +19,11 @@ new SVProgressHUD(context).showInfoWithStatus(context, "这是提示");

>## 更新说明
>v1.0.3
- 修复dismiss偶尔失效问题 <br />
- 解决属性冲突 <br />
- 加入OnDismissListener <br />
>v1.0.2
- 修复内存泄漏问题 <br />
- 支持更低的系统版本 <br />

0 comments on commit 9b211a2

Please sign in to comment.