Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangGang committed Apr 14, 2020
1 parent 6de2a19 commit d231ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
**Step 2. 添加项目依赖**
``` gradle
dependencies {
implementation 'com.github.KuangGang:RoundCorners:1.0.4'
implementation 'com.github.KuangGang:RoundCorners:1.0.6'
}
```
**Step 3. 在布局文件中添加需要的RoundCorners**
Expand Down Expand Up @@ -117,6 +117,7 @@ View的绘制看一下这篇文章即可,代码版本比较早,但是逻辑
### 版本记录
|版本号|更新内容|
|---|---|
|1.0.6|修复Oppo等5.0\5.1系统手机崩溃问题|
|1.0.4|1.代码设置圆角、边框尺寸支持浮点型<br>2.删除RoundViewPager|
|1.0.3|增加代码设置属性|
|1.0.2|1.增加边框<br>2.增加RoundButton/RoundViewPager|
Expand Down

0 comments on commit d231ce4

Please sign in to comment.