Skip to content

Commit 6705911

Browse files
committed
upgrade version name(1.0.3->1.0.6) code(3->6)
1 parent 7bdea1d commit 6705911

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
---
33

4+
### Version 1.0.6
5+
6+
- 添加代码中动态调整参数的接口
7+
- `MagicProgressBar`支持配置进度条右侧是圆弧还是平面
8+
49
### Version 1.0.2
510

611
- library删除对v7的引用

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
`build.gradle`中配置:
1414

1515
```
16-
compile 'com.liulishuo.magicprogresswidget:library:1.0.2'
16+
compile 'com.liulishuo.magicprogresswidget:library:1.0.6'
1717
```
1818

1919
> 建议参考github中的demo
@@ -51,6 +51,13 @@ compile 'com.liulishuo.magicprogresswidget:library:1.0.2'
5151

5252
> 相比系统的ProgressBar更加轻量,如果你的ProgressBar要求不是很复杂,推荐使用
5353
54+
| 参数 | 含义 | 默认值 |
55+
| :--- | :--- | :--- |
56+
| mpb_percent | 填充的百分比[0, 1] | 0 |
57+
| mpb_fill_color | 填充进度的颜色 | 0 |
58+
| mpb_background_color | 进度背景的颜色 | 0 |
59+
| mpb_flat | 填充的进度条右侧是否是平面(不是平面就是圆弧) | false |
60+
5461
## III. LICENSE
5562

5663
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.2
2-
VERSION_CODE=3
1+
VERSION_NAME=1.0.6
2+
VERSION_CODE=6
33
BUILD_TOOLS_VERSION=23.0.1
44
COMPILE_SDK_VERSION=23
55

0 commit comments

Comments
 (0)